Date | Changes |
---|---|
96.03.27 | Initial Release (rothd) |
96.04.08 | Changed Data() to accept an array of field names, returning an array or scalar (joc) |
Various bug fixes (joc) | |
96.04.10 | Fixed the RowCount() to default to the current connection (droth) |
96.04.15 | Changed version numbers to a date format (rothd) |
96.05.07 | Fixed Data(): If returning an array, the array consisted of the requested fieldnames + the values. Now only returns the values. Thanks to Dan Westerlund <westerlund@dkraft.se>! (rothd) |
ODBC.PLL
Date | Changes |
---|---|
96.04.10 | Fixed a "memory bug": we were using SQL_CLOSE when closing an ODBC statement. This kept the cursor alive in memory so it can be cached in the event the same SQL statement is issued. We are now using SQL_DROP. This may lessen speed if the same SQL statements are issued again and again per connection. (rothd) |
Cleaned up some code. (rothd) | |
96.04.12 | Added GetStmtCloseType() and SetStmtCloseType() functions. (rothd) |
Added some constants. (rothd) | |
96.04.13 | ** We now are trying to include a version for builds up to and including 105 and another for builds 106 and greater (for now). |
96.04.15 | Fix Bug in ODBCFetchRow(): when retrieving a field with a NULL value the value from the previous field was reported. (jmk) |
Changed version numbers to a date format. | |
96.04.22 | Fix the SDWORD wrap-around bug in ODBCFetchRow(): when a column of size 2147483647 adding 1 (for a NULL byte in szBuf) yields -2147483648 (not easy to "net UCHAR (-2147483648)"!!) (jmk) |
96.04.22 | Inspired by Jutta, I have increased the max limit for SetMaxBufSize() to 2,147,483,647 bytes. (rothd) |
96.05.03 | Set the lowest allocated char array to be 20 bytes in ODBCFetchRow(). Evidentally sometimes the ODBC manager will report too few chars that are needed to represent an autonumber field. (rothd) |
96.05.08 | Convert all results from ODBCTableList() to uppercase since different
ODBC drivers impliment this differently (some uppercase some lower).
Thanks again to Jutta M. Klebe. (rothd) *** This patch is open for suggestions!!! *** |
Abbreviation | Name | |
---|---|---|
rothd | Dave Roth | rothd@infowire.com |
joc | Joe Casadonte | joc@netaxs.com |
jmk | Jutta M. Klebe | jmk@exc.bybyte.de |
Copyright © Dave Roth and Joseph L. Casadonte Jr. 1996. All rights reserved. Win32::ODBC / 07 May 1996 / joc@netaxs.com