"Koetter, Thomas Theodor" wrote: > > FYI, > > eventually the current 7.3.0 ODBC driver is available as Windows setup. > > The link under "Programming Interfaces -> ODBC driver for Windows" points > still to the 7.2 version. This will change soon. Therefore load it directly > via > > ftp://ftp.sap.com/pub/sapdb/bin/win32/sapdb-odbc-7.3.00.18-win32.exe > > For Linux users, a patch to the 7.3.0.18 version is available via > > ftp://ftp.sap.com/pub/sapdb/bin/patch/sapdb-odbc-linux-i386-7.3.0.18.tgz > > Unicode is still not supported in this version. An (early) unicode version > will > follow inside the SQL Studio Unicode release announced by Wolfgang Auer.
The files in the Linux archive do not export any symbols; they are not usable as such. BTW, I am curious about the Changelog of the ODBC driver since I've found a few bugglets which I would like to see fixed, e.g. * SQLGetFunctions() reports that the interface does not have SQLFetchScroll() even though it does; * according to the ODBC standard, mixing SQLFetch() and SQLFetchScroll() is allowed; however the SAP DB ODBC driver does not work properly when mixing the two (scrolling doesn't do the right thing). Is there a standard source of information for these things ? Thanks, -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Consulting & Company: http://www.egenix.com/ Python Software: http://www.lemburg.com/python/
