User: hr      
Date: 06/06/19 18:10:20

Modified:
 /dba/connectivity/source/drivers/adabas/
  BResultSet.cxx

Log:
 INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED
 2005/12/22 11:44:29 fs 1.5.30.1: #i57457# warning-free code

File Changes:

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

File [changed]: BResultSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BResultSet.cxx?r1=1.5&r2=1.6
Delta lines:  +12 -10
---------------------
--- BResultSet.cxx      8 Sep 2005 05:23:24 -0000       1.5
+++ BResultSet.cxx      20 Jun 2006 01:10:18 -0000      1.6
@@ -97,7 +97,9 @@
        }
 
        
OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQL_HANDLE_STMT,*this);
-       if(bRet = (m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState 
== SQL_SUCCESS_WITH_INFO))
+
+    bRet = ( m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == 
SQL_SUCCESS_WITH_INFO );
+       if ( bRet )
                m_nRowPos = 1;
        return bRet;
 }




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

Reply via email to