User: ihi Date: 2006/08/28 07:51:18 Modified: dba/connectivity/inc/connectivity/IParseContext.hxx
Log: INTEGRATION: CWS dba205a (1.4.10); FILE MERGED 2006/07/20 10:58:00 fs 1.4.10.1: #i67383# make placeholders in the error strings unique / remove unused error strings File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: IParseContext.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/IParseContext.hxx?r1=1.4&r2=1.5 Delta lines: +2 -4 ------------------- --- IParseContext.hxx 10 Jul 2006 14:14:50 -0000 1.4 +++ IParseContext.hxx 28 Aug 2006 14:51:15 -0000 1.5 @@ -57,17 +57,15 @@ { ERROR_NONE = 0, ERROR_GENERAL, // "Syntax error in SQL expression" - ERROR_GENERAL_HINT, // "before \"#\" expression.", uses 1 parameter - ERROR_VALUE_NO_LIKE, // "The value # can not be used with LIKE.", uses 1 parameter + ERROR_VALUE_NO_LIKE, // "The value #1 can not be used with LIKE." ERROR_FIELD_NO_LIKE, // "LIKE can not be used with this field." ERROR_INVALID_COMPARE, // "The entered criterion can not be compared with this field." ERROR_INVALID_INT_COMPARE, // "The field can not be compared with a number." - ERROR_INVALID_STRING_COMPARE, // "The field can not be compared with a string." ERROR_INVALID_DATE_COMPARE, // "The field can not be compared with a date." ERROR_INVALID_REAL_COMPARE, // "The field can not be compared with a floating point number." ERROR_INVALID_TABLE, // "The database does not contain a table named \"#\"." ERROR_INVALID_TABLE_OR_QUERY, // "The database does contain neither a table nor a query named \"#\"." - ERROR_INVALID_COLUMN, // "The column \"#\" is unknown in the table \"#\"." + ERROR_INVALID_COLUMN, // "The column \"#1\" is unknown in the table \"#2\"." ERROR_INVALID_TABLE_EXIST, // "The database already contains a table or view with name \"#\"." ERROR_INVALID_QUERY_EXIST, // "The database already contains a query with name \"#\"."; ERROR_CYCLIC_SUB_QUERIES // "The statement contains a cyclic reference to one or more sub queries." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]