Hi
I have use 6.5.1 with no probleme , I installe 6.6.0 Beta and now
I have access violation ( Runtime error 216 ) under delphi 7 and Mys sql in all
Project where I use Zeoslib soon in package example.
Have any idia to solve this or I returene to 6.5.1
Thanks
I suppose you use protocol mysql (without version number)? In that case you must make sure you use the right libmysql version (mysql5!!) as well. If you're still using a mysql4.x dll, choose the right protocol.
I have tested your suugestion with using mysql-4.1,Mysql-5, mysqld-4 and mysqld-5, will I have the same error I used zcontroleexample to teste
I have
Mysql server 4.1.22
Did you also try to use the dll's provided in the zeoslib distribution? Put the one you want to use next to your exe file. Copy lib/libmysql41.dll and use protocol mysql-4.1. These access violations usually have to do with library versions. It becomes extremely tricky when files named 'libmysql.dll' are somewhere else on your machine (and even more in the system path).