diff options
author | Hiroshi Inoue <inoue@tpf.co.jp> | 2002-04-12 08:03:12 +0000 |
---|---|---|
committer | Hiroshi Inoue <inoue@tpf.co.jp> | 2002-04-12 08:03:12 +0000 |
commit | 40eb5495c9994359cb99bbe16fc44e01da200b88 (patch) | |
tree | 84fdae43d53394a16c0aa423945b99a28d58f907 /src/interfaces/odbc/statement.h | |
parent | 50b5d4bf76f1b9b62d1127dca1f28d09f9657afa (diff) |
1) Fix a bug in declare/fetch mode.
2) Suppress some error logs for the request to other drivers.
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r-- | src/interfaces/odbc/statement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h index 65fa088cb45..e0a01b7eab4 100644 --- a/src/interfaces/odbc/statement.h +++ b/src/interfaces/odbc/statement.h @@ -79,6 +79,7 @@ typedef enum #define STMT_RETURN_NULL_WITHOUT_INDICATOR 29 #define STMT_ERROR_IN_ROW 30 #define STMT_INVALID_DESCRIPTOR_IDENTIFIER 31 +#define STMT_OPTION_NOT_FOR_THE_DRIVER 32 /* statement types */ enum |