User: obo     
Date: 2006/07/10 07:26:26

Modified:
   dba/connectivity/source/drivers/file/FPreparedStatement.cxx

Log:
 INTEGRATION: CWS qiq (1.37.2); FILE MERGED
 2006/06/28 08:45:20 fs 1.37.2.1: #i10000#

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FPreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FPreparedStatement.cxx?r1=1.37&r2=1.38
Delta lines:  +1 -1
-------------------
--- FPreparedStatement.cxx      20 Jun 2006 01:25:53 -0000      1.37
+++ FPreparedStatement.cxx      10 Jul 2006 14:26:23 -0000      1.38
@@ -216,7 +216,7 @@
 
        initResultSet();
 
-       return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT || 
m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT_COUNT;
+       return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT;
 }
 // -------------------------------------------------------------------------
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to