Directory of the executable with version appended(libmysql5.dll), system path with version appended, directory of executable without the version, system path without the version.
For mysql you can use 'Connection.ClientVersionStr' to check library version.
Mark
Column with name "Extra" was not found
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
It's a problem with the libmysql.dll version used. Mysql changed the structure of some interface structures.
Just committed a couple of patches to testing branch that address this problem. (Rev. 373 - 374) Will be merged to trunk in a week. I hope some people use and test it before that date.
libmysql 5.1 also passes the test suite now the same way 5.0 does.
Mark
Just committed a couple of patches to testing branch that address this problem. (Rev. 373 - 374) Will be merged to trunk in a week. I hope some people use and test it before that date.
libmysql 5.1 also passes the test suite now the same way 5.0 does.
Mark