Tag: cws_src680_warnings01 User: sb Date: 06/04/07 13:22:55 Modified: /dba/connectivity/source/drivers/mozab/ MStatement.cxx
Log: RESYNC: (1.10-1.11); FILE MERGED File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MStatement.cxx?r1=1.10.30.3&r2=1.10.30.4 Delta lines: +4 -4 ------------------- --- MStatement.cxx 21 Nov 2005 10:07:52 -0000 1.10.30.3 +++ MStatement.cxx 7 Apr 2006 20:22:52 -0000 1.10.30.4 @@ -258,7 +258,7 @@ MDatabaseMetaDataHelper _aDbHelper; if (!_aDbHelper.NewAddressBook(m_pConnection,ouTableName)) { - ::dbtools::throwGenericSQLException(_aDbHelper.getErrorString() ,NULL); + getOwnConnection()->throwGenericSQLException( _aDbHelper.getErrorResourceId() ); } m_pSQLIterator.reset( new connectivity::OSQLParseTreeIterator(m_pConnection->createCatalog()->getTables(), m_pConnection->getMetaData(), NULL) ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
