Tag: cws_src680_sdblogging User: fs Date: 2007/04/12 02:07:35 Modified: dba/connectivity/source/resource/conn_log_res.src
Log: #i76119# log exceptions File Changes: Directory: /dba/connectivity/source/resource/ ============================================= File [changed]: conn_log_res.src Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/resource/conn_log_res.src?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +7 -2 ------------------- --- conn_log_res.src 11 Apr 2007 13:51:56 -0000 1.1.2.2 +++ conn_log_res.src 12 Apr 2007 09:07:32 -0000 1.1.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: conn_log_res.src,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: fs $ $Date: 2007/04/11 13:51:56 $ + * last change: $Author: fs $ $Date: 2007/04/12 09:07:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -307,4 +307,9 @@ String STR_LOG_META_DATA_SUCCESS { Text = "c$1$: leaving XDatabaseMetaData::$2$: success"; +}; + +String STR_LOG_THROWING_EXCEPTION +{ + Text = "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$"; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
