summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/statement.h
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1998-06-08 16:15:12 +0000
committerByron Nikolaidis <byronn@insightdist.com>1998-06-08 16:15:12 +0000
commit0e708e595ebad1774df0ef7ff45f995955f762ee (patch)
tree9912b323b0e801b162a7ac2e3b394aea56de0c02 /src/interfaces/odbc/statement.h
parent556e603b257df487106eff829a8a4040b0d7aca4 (diff)
Update driver to official 6.30.0244 release.
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r--src/interfaces/odbc/statement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h
index 24f58bf0506..53ad3894c96 100644
--- a/src/interfaces/odbc/statement.h
+++ b/src/interfaces/odbc/statement.h
@@ -77,6 +77,7 @@ struct StatementClass_ {
int errornumber;
int maxRows;
int rowset_size;
+ int keyset_size;
int cursor_type;
int scroll_concurrency;