Tag: cws_src680_qiq User: fs Date: 2006/07/04 00:15:44 Modified: dba/connectivity/source/drivers/file/fcomp.cxx
Log: 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.24.2.1 Delta lines: +4 -4 ------------------- --- fcomp.cxx 20 Jun 2006 01:27:29 -0000 1.24 +++ fcomp.cxx 4 Jul 2006 07:15:41 -0000 1.24.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: fcomp.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.24.2.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 01:27:29 $ + * last change: $Author: fs $ $Date: 2006/07/04 07:15:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
