D.3.38. Changes in MySQL Connector/ODBC 3.51.12 (11 February 2005)
Functionality added or changed:
Bugs fixed:
Using stored procedures with ADO, where the
CommandType
has been set correctly to
adCmdStoredProc
, calls to stored procedures
would fail.
(Bug#15635)
File DSNs could not be saved.
(Bug#12019)
SQLColumns()
returned no information for
tables that had a column named using a reserved word.
(Bug#9539)