Tag: cws_src680_qiq
User: fs      
Date: 06/05/19 01:08:54

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

Log:
 #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.3.104.1
Delta lines:  +15 -13
---------------------
--- IParseContext.hxx   8 Sep 2005 04:57:42 -0000       1.3
+++ IParseContext.hxx   19 May 2006 08:08:51 -0000      1.3.104.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: IParseContext.hxx,v $
  *
- *  $Revision: 1.3 $
+ *  $Revision: 1.3.104.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 04:57:42 $
+ *  last change: $Author: fs $ $Date: 2006/05/19 08:08:51 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -58,16 +58,18 @@
                        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 \"#\".";
                };
 
                enum    InternationalKeyCode




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

Reply via email to