Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:25:51+0000 Modified: dba/connectivity/inc/connectivity/dbexception.hxx
Log: #i81658# +SQL_INVALID_SQL_DATA_TYPE File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: dbexception.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbexception.hxx?r1=1.17&r2=1.17.118.1 Delta lines: +4 -3 ------------------- --- dbexception.hxx 2006-12-01 16:49:28+0000 1.17 +++ dbexception.hxx 2007-11-08 14:25:49+0000 1.17.118.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbexception.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.17.118.1 $ * - * last change: $Author: rt $ $Date: 2006/12/01 16:49:28 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:25:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,7 @@ SQL_COLUMN_EXISTS, // 42S21 SQL_COLUMN_NOT_FOUND, // 42S22 SQL_GENERAL_ERROR, // HY000 + SQL_INVALID_SQL_DATA_TYPE, // HY004 SQL_OPERATION_CANCELED, // HY008 SQL_FUNCTION_SEQUENCE_ERROR, // HY010 SQL_INVALID_CURSOR_POSITION, // HY109 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
