diff options
author | Byron Nikolaidis <byronn@insightdist.com> | 1999-09-03 04:41:45 +0000 |
---|---|---|
committer | Byron Nikolaidis <byronn@insightdist.com> | 1999-09-03 04:41:45 +0000 |
commit | 19f947e800eae053d90486c2b57f856b69182bc0 (patch) | |
tree | 3990304424870aad0bf21748b125eae2d69bdc8a /src/interfaces/odbc/statement.h | |
parent | 51f62ea45c2b4b2310172ee3eee2c4acd000c5d2 (diff) |
driver v06-40-0007
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 d2d86e430a2..bd551d3ba79 100644 --- a/src/interfaces/odbc/statement.h +++ b/src/interfaces/odbc/statement.h @@ -74,6 +74,7 @@ typedef enum { #define STMT_VALUE_OUT_OF_RANGE 24 #define STMT_OPERATION_INVALID 25 #define STMT_PROGRAM_TYPE_OUT_OF_RANGE 26 +#define STMT_BAD_ERROR 27 /* statement types */ enum { |