Tag: cws_src680_qiq
User: fs      
Date: 2006/06/30 06:20:26

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

Log:
 #i51143# ERROR_CYCLIC_SUB_QUERIES

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.104.1&r2=1.3.104.2
Delta lines:  +4 -3
-------------------
--- IParseContext.hxx   19 May 2006 08:08:51 -0000      1.3.104.1
+++ IParseContext.hxx   30 Jun 2006 13:20:23 -0000      1.3.104.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: IParseContext.hxx,v $
  *
- *  $Revision: 1.3.104.1 $
+ *  $Revision: 1.3.104.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/19 08:08:51 $
+ *  last change: $Author: fs $ $Date: 2006/06/30 13:20:23 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -69,7 +69,8 @@
             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_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