Tag: cws_src680_dba205a
User: fs      
Date: 2006/07/26 03:41:55

Modified:
   dba/dbaccess/source/core/api/RowSet.cxx

Log:
 corrected assertion text

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.145.10.1&r2=1.145.10.2
Delta lines:  +3 -3
-------------------
--- RowSet.cxx  24 Jul 2006 12:21:02 -0000      1.145.10.1
+++ RowSet.cxx  26 Jul 2006 10:41:52 -0000      1.145.10.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: RowSet.cxx,v $
  *
- *  $Revision: 1.145.10.1 $
+ *  $Revision: 1.145.10.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/07/24 12:21:02 $
+ *  last change: $Author: fs $ $Date: 2006/07/26 10:41:52 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -1692,7 +1692,7 @@
     catch( const SQLException& )
     {
         SQLExceptionInfo aError( ::cppu::getCaughtException() );
-        OSL_ENSURE( aError.isValid(), "ORowSet::execute_NoApprove_NoNewConn: 
caught an SQLException which we cannot analyze!" );
+        OSL_ENSURE( aError.isValid(), "ORowSet::impl_prepareAndExecute_throw: 
caught an SQLException which we cannot analyze!" );
 
         // append information about what we were actually going to execute
         try




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

Reply via email to