This is mostly bugfix release. Please update your previous version to v1.0.2.15
Whats new:
[+] dbx4mysql would unload the libmysqld.dll if there are no open
connections. However once unloaded if you attempt to re-load it MySQL
crashes. The fix is to leak the handle of the library together
with some server structure and if users want proper cleanup they
should call UnloadMysqlLibrary (exported procedure from dbx4mysql)
when they have finished using MySQL embedded server (eg on destroy
of main form)
[-] Use Unicode with Delphi 2006 only - Delphi 7 version is broken
when using Unicode characters
[-] Some issues with embedded version fixed
[-] Metadata - indices does not return descending but empty string
(breaks Delphi)
[-] Wide BLOBs were not work properly in all cases returning
non-unicode strings (even a widestring with a length of 1 which
creates an AV in Delphi code)
You can download latest version here:
http://microolap.com/products/connectivity/dbx4mysql/download/