Tag: cws_src680_dba24c User: fs Date: 2007-09-20 18:28:26+0000 Modified: dba/connectivity/source/resource/conn_error_message.src
Log: #i80856# new error conditions which were formerly located in sdbtools lib/resource 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.2&r2=1.1.2.3 Delta lines: +26 -2 -------------------- --- conn_error_message.src 2007-09-18 20:07:20+0000 1.1.2.2 +++ conn_error_message.src 2007-09-20 18:28:23+0000 1.1.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: conn_error_message.src,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: fs $ $Date: 2007/09/18 20:07:20 $ + * last change: $Author: fs $ $Date: 2007/09/20 18:28:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,3 +53,27 @@ { Text [ en-US ] = "The statement contains a cyclic reference to one or more sub queries."; }; + +// DB_OBJECT_NAME_WITH_SLASHES = 300 +String 256 + 2*300 + 0 +{ + Text [ en-US ] = "The name must not contain any slashes ('/')."; +}; + +// DB_INVALID_SQL_NAME = 301 +String 256 + 2*301 + 0 +{ + Text [ en-US ] = "$1$ is no SQL conform identifier."; +}; + +// DB_QUERY_NAME_WITH_QUOTES = 302 +String 256 + 2*302 + 0 +{ + Text [ en-US ] = "Query names must not contain quote characters."; +}; + +// DB_OBJECT_NAME_IS_USED = 303 +String 256 + 2*303 + 0 +{ + Text [ en-US ] = "The name '$1$' is already in use in the database."; +}; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
