Delphi 2007 and problem with MySQL's DLL
Posted: 19.03.2008, 22:46
At first - sorry about my english.
I have problem with create connection to my MySQL server.
This is very simple code in my test program
and I can see only this error message (after button click)
This problem is in Windows Vista 64bit and Windows XP SP2.
I was try copy DLL file to the program directory and to Windows\system32 directory, but it still doesn't works.
(I used DLL from ZEOSDBO-6.6.1-beta because in ZEOSDBO-6.6.2-rc I not found DLL files.)
Thanks for any help and advice.
I have problem with create connection to my MySQL server.
This is very simple code in my test program
Code: Select all
ZConnection1.HostName := '192.168.1.57';
ZConnection1.User := 'my_user';
ZConnection1.Password := 'my_pass';
ZConnection1.Port := 3306;
ZConnection1.Protocol := 'mysqld-5';
ZConnection1.Connect;
This problem is in Windows Vista 64bit and Windows XP SP2.
I was try copy DLL file to the program directory and to Windows\system32 directory, but it still doesn't works.
(I used DLL from ZEOSDBO-6.6.1-beta because in ZEOSDBO-6.6.2-rc I not found DLL files.)
Thanks for any help and advice.