1) Implement SQLParamOptions().
authorHiroshi Inoue <inoue@tpf.co.jp>
Fri, 8 Mar 2002 08:52:55 +0000 (08:52 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Fri, 8 Mar 2002 08:52:55 +0000 (08:52 +0000)
commitebe86c9aa952a69d0d5ce53bcd06b1c991898aab
tree9f8143f093288f08582ea7518dc33adb4f896982
parentf7723389e0fa3626ad3f23eb77c665d4d460842b
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.
43 files changed:
bind.c
connection.c
connection.h
convert.c
convert.h
dlg_specific.c
dlg_specific.h
drvconn.c
environ.c
environ.h
execute.c
info.c
info30.c
misc.c
misc.h
multibyte.c
multibyte.h
odbcapi.c
odbcapi25w.c
odbcapi30.c
odbcapi30w.c
odbcapiw.c
options.c
parse.c
pgapi30.c
pgapifunc.h
pgtypes.c
psqlodbc.h
psqlodbc.rc
psqlodbc_api30w.def [new file with mode: 0644]
psqlodbc_apiw.def [new file with mode: 0644]
qresult.c
qresult.h
resource.h
results.c
setup.c
statement.c
statement.h
win32.mak
win32_30.mak
win32_30w.mak [new file with mode: 0644]
win32w.mak [new file with mode: 0644]
win_unicode.c