The new version of DAC for MySQL has been released. It introduces
C++Bulder 2006 support and fixes several bugs.
Download the new trial version of DAC for MySQL right now at:
http://www.microolap.com/products/connectivity/mysqldac/download/Full list of current changes:
[+] C++ Builder 2006 support
[+] new TmySQLDatabase.LastInsertID property. TmySQLQuery, TmySQLTable and
TmySQLStoredProc now use TmySQLDatabase.LastInsertID to return last inserted ID.
It is implemented like "SELECT LAST_INSERT_ID()" query internally to be always
conformed with MySQL server behaviour
[-] Some bugs while fetching stored procedures parameters
[-] TmySQLDatabase.GetTableNames returned view names even if Views param was set to FALSE
[-] Memory leak in TmySQLQuery
[-] Sometimes AV was raised while closing TmySQLDataSet
[-] TmySQLTable.GotoNearest() worked wrong with non-primary key index searches
[-] TmySQLTable.FindKey() did not search properly by incomplete index fields set