User: obo Date: 06/03/29 04:18:17 Modified: /dba/connectivity/source/drivers/mozab/ MStatement.cxx
Log: INTEGRATION: CWS dba203a (1.10.76); FILE MERGED 2006/03/17 15:37:56 fs 1.10.76.1: #i60163# localized error messages 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&r2=1.11 Delta lines: +1 -1 ------------------- --- MStatement.cxx 8 Sep 2005 06:20:51 -0000 1.10 +++ MStatement.cxx 29 Mar 2006 12:18:14 -0000 1.11 @@ -255,7 +255,7 @@ MDatabaseMetaDataHelper _aDbHelper; if (!_aDbHelper.NewAddressBook(m_pConnection,ouTableName)) { - ::dbtools::throwGenericSQLException(_aDbHelper.getErrorString() ,NULL); + getOwnConnection()->throwGenericSQLException( _aDbHelper.getErrorResourceId() ); } m_aSQLIterator = connectivity::OSQLParseTreeIterator(m_pConnection->createCatalog()->getTables(), m_pConnection->getMetaData(), NULL); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
