Tag: cws_src680_dba24c
User: fs      
Date: 2007-09-18 20:07:22+0000
Modified:
   dba/connectivity/source/resource/conn_error_message.src

Log:
 during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new 
css.sdb.ErrorCondition

File Changes:

Directory: /dba/connectivity/source/resource/
=============================================

File [changed]: conn_error_message.src
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/resource/conn_error_message.src?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +10 -3
--------------------
--- conn_error_message.src      2007-09-18 12:54:30+0000        1.1.2.1
+++ conn_error_message.src      2007-09-18 20:07:20+0000        1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: conn_error_message.src,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: fs $ $Date: 2007/09/18 12:54:30 $
+ *  last change: $Author: fs $ $Date: 2007/09/18 20:07:20 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,14 @@
 //
 // The messages must be localized, the SQL states must *not*.
 
+// ROW_SET_OPERATION_VETOED = 100
 String 256 + 2*100 + 0
 {
     Text [ en-US ] = "The record operation has been vetoed.";
 };
+
+// PARSER_CYCLIC_SUB_QUERIES = 200
+String 256 + 2*200 + 0
+{
+    Text [ en-US ] = "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]

Reply via email to