User: kz Date: 06/02/28 02:33:48 Modified: /dba/connectivity/source/drivers/evoab2/ NPreparedStatement.cxx
Log: INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:31 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by: mmeeks Fix a number of bugs, make it work with evo 2.4 & 2.6. File Changes: Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: NPreparedStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NPreparedStatement.cxx?r1=1.3&r2=1.4 Delta lines: +1 -4 ------------------- --- NPreparedStatement.cxx 8 Sep 2005 05:51:42 -0000 1.3 +++ NPreparedStatement.cxx 28 Feb 2006 10:33:45 -0000 1.4 @@ -121,9 +121,8 @@ ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OStatement_BASE::rBHelper.bDisposed); - + free_column_resources(); // Reset last warning message - try { clearWarnings (); OStatement_BASE2::close(); @@ -132,8 +131,6 @@ // If we get an error, ignore } - // Remove this Statement object from the Connection object's - // list } // ------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
