User: vg Date: 2008-08-19 09:52:50+0000 Modified: dba/dbaccess/source/core/api/RowSet.cxx
Log: INTEGRATION: CWS dba31a (1.158.8); FILE MERGED 2008/07/07 12:23:47 oj 1.158.8.1: #i85664# error message corrected for queries 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.158&r2=1.159 Delta lines: +1 -1 ------------------- --- RowSet.cxx 2008-06-16 12:30:21+0000 1.158 +++ RowSet.cxx 2008-08-19 09:52:48+0000 1.159 @@ -2392,7 +2392,7 @@ } else { - String sMessage( DBACORE_RESSTRING( RID_STR_TABLE_DOES_NOT_EXIST ) ); + String sMessage( DBACORE_RESSTRING( RID_STR_QUERY_DOES_NOT_EXIST ) ); sMessage.SearchAndReplaceAscii( "$table$", m_aCommand ); throwGenericSQLException(sMessage,*this); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
