summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/statement.c
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1999-09-03 04:41:45 +0000
committerByron Nikolaidis <byronn@insightdist.com>1999-09-03 04:41:45 +0000
commit19f947e800eae053d90486c2b57f856b69182bc0 (patch)
tree3990304424870aad0bf21748b125eae2d69bdc8a /src/interfaces/odbc/statement.c
parent51f62ea45c2b4b2310172ee3eee2c4acd000c5d2 (diff)
driver v06-40-0007
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r--src/interfaces/odbc/statement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c
index e8a8b17b36d..c11a0ab2169 100644
--- a/src/interfaces/odbc/statement.c
+++ b/src/interfaces/odbc/statement.c
@@ -875,7 +875,7 @@ QueryInfo qi;
*/
}
else {
- self->errornumber = STMT_EXEC_ERROR;
+ self->errornumber = STMT_BAD_ERROR;
self->errormsg = "Error while executing the query";
}