Tag: cws_src680_dba205a User: fs Date: 2006/07/26 03:41:16 Modified: dba/dbaccess/source/core/api/KeySet.cxx
Log: #i66596# when executing our key retrieval statement, use the proper query from the query analyzer File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: KeySet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/KeySet.cxx?r1=1.62&r2=1.62.10.1 Delta lines: +4 -4 ------------------- --- KeySet.cxx 10 Jul 2006 15:02:45 -0000 1.62 +++ KeySet.cxx 26 Jul 2006 10:41:14 -0000 1.62.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: KeySet.cxx,v $ * - * $Revision: 1.62 $ + * $Revision: 1.62.10.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:02:45 $ + * last change: $Author: fs $ $Date: 2006/07/26 10:41:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -255,7 +255,7 @@ Reference<XSingleSelectQueryComposer> xAnalyzer(xFactory->createInstance(SERVICE_NAME_SINGLESELECTQUERYCOMPOSER),UNO_QUERY); xAnalyzer->setQuery(m_xComposer->getQuery()); xAnalyzer->setFilter(aFilter); - m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQuery()); + m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQueryWithSubstitution()); ::comphelper::disposeComponent(xAnalyzer); } // ------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
