User: obo     
Date: 2006/07/10 07:14:53

Modified:
   dba/connectivity/inc/connectivity/IParseContext.hxx

Log:
 INTEGRATION: CWS qiq (1.3.104); FILE MERGED
 2006/06/30 13:20:23 fs 1.3.104.2: #i51143# ERROR_CYCLIC_SUB_QUERIES
 2006/05/19 08:08:51 fs 1.3.104.1: #i51143# more error messages to be provided 
by a ParseContext

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.3&r2=1.4
Delta lines:  +13 -10
---------------------
--- IParseContext.hxx   8 Sep 2005 04:57:42 -0000       1.3
+++ IParseContext.hxx   10 Jul 2006 14:14:50 -0000      1.4
@@ -58,16 +58,19 @@
                        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_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 table 
\"#\" is unknown in the database!"
-                       ERROR_INVALID_COLUMN,                   // "The column 
\"#\" is unknown in the table \"#\"!"
-                       ERROR_INVALID_TABLE_EXIST               // "The table 
or view \"#\" is already in the database!"
+                       ERROR_VALUE_NO_LIKE,                    // "The value # 
can not be used with LIKE.", uses 1 parameter
+                       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_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."
                };
 
                enum    InternationalKeyCode




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to