Bugs Fixed
Removed check box in setup dialog for
FLAG_FIELD_LENGTH (identified as
Don't Optimize Column Width within the GUI
dialog), which was removed from the driver in 3.51.18.
The wrong column size was returned for binary data. (Bug #30547)
The specified length of the user name and authentication
parameters to SQLConnect() were not being
honored.
(Bug #30774)
SQLGetData() will now always return
SQL_NO_DATA_FOUND on second call when no data
left, even if requested size is 0.
(Bug #30520)
SQLGetConnectAttr() did not reflect the
connection state correctly.
(Bug #14639)
Using FLAG_NO_PROMPT doesn't suppress the
dialogs normally handled by SQLDriverConnect.
(Bug #30840)
