User: obo Date: 2006/07/10 07:27:34 Modified: dba/connectivity/source/drivers/file/fcomp.cxx
Log: INTEGRATION: CWS qiq (1.24.2); FILE MERGED 2006/07/04 07:15:41 fs 1.24.2.1: during #i51143#: HY000 string superseded by getStandardSQLState File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: fcomp.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fcomp.cxx?r1=1.24&r2=1.25 Delta lines: +1 -1 ------------------- --- fcomp.cxx 20 Jun 2006 01:27:29 -0000 1.24 +++ fcomp.cxx 10 Jul 2006 14:27:31 -0000 1.25 @@ -543,7 +543,7 @@ { ::rtl::OUString sMsg = ::rtl::OUString::createFromAscii("Column not found: "); sMsg += aColumnName; - throw SQLException(sMsg,NULL,OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_HY0000),1000,Any()); + ::dbtools::throwGenericSQLException( sMsg, NULL ); } ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> xCol; try --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]