summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 06:45:57 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 06:45:57 +0000
commit918084be45488a66c4cff4fc316653eda3da600b (patch)
treea78fc1348c6622350db78b0076cbe30cca0172cc /connectivity/inc
parentc57a00343beb02a4dcc259d5c2b6f16842aa552d (diff)
INTEGRATION: CWS dba24d (1.17.118); FILE MERGED
2007/12/01 15:08:48 fs 1.17.118.4: #i10000# 2007/12/01 13:36:09 fs 1.17.118.3: RESYNC: (1.17-1.19); FILE MERGED 2007/11/19 10:55:34 fs 1.17.118.2: copying the changes from CWS reportdesign01 herein 2007/11/08 14:25:49 fs 1.17.118.1: #i81658# +SQL_INVALID_SQL_DATA_TYPE
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/connectivity/dbexception.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/dbexception.hxx b/connectivity/inc/connectivity/dbexception.hxx
index 75ee2cfe768c..1d691982401e 100644
--- a/connectivity/inc/connectivity/dbexception.hxx
+++ b/connectivity/inc/connectivity/dbexception.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbexception.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: ihi $ $Date: 2007-11-21 14:56:48 $
+ * last change: $Author: rt $ $Date: 2008-01-30 07:45:57 $
*
* 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 @@ enum StandardSQLState
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