summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/resource.h
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2002-03-08 08:52:55 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2002-03-08 08:52:55 +0000
commit4b47467a6b0d86162dd8814b8ab923aba982fb34 (patch)
tree85fea3bf0475716f35d440468eda620769081bac /src/interfaces/odbc/resource.h
parent21f8aa396fa833ac95cff4e85c5281fd24fd1632 (diff)
1) Implement SQLParamOptions().
2) Handle Multiple results and implement SQLMoreResult(). 3) Improve multibyte handling thanks to Eiji Tokuya. 4) Add new options. LF <-> CR/LF converion. TRUE is -1 (for VB). 5) Introduce unicode(UCS-2) support. 6) Reduce the length of connection strings. 7) Improve SQLError, SQLGetDiagRec(ODBC 3.0). 8) Implement SQLTablePrivileges(). 9) Miscellaneous changes for ODBC 3.0 support.
Diffstat (limited to 'src/interfaces/odbc/resource.h')
-rw-r--r--src/interfaces/odbc/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/resource.h b/src/interfaces/odbc/resource.h
index b8bbd4fcfc1..4cd1639887b 100644
--- a/src/interfaces/odbc/resource.h
+++ b/src/interfaces/odbc/resource.h
@@ -52,6 +52,8 @@
#define DRV_OR_DSN 1059
#define DRV_DEBUG 1060
#define DS_DISALLOWPREMATURE 1061
+#define DS_LFCONVERSION 1062
+#define DS_TRUEISMINUS1 1063
/* Next default values for new objects */
/* */