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.