ZEOSDBO-7.1.3a-stable and Delphi7 -proxy
Posted: 15.04.2021, 11:31
I'm using ZEOSDBO-7.1.3a-stable and Delphi7 OS Win 10 64bit to Access a MySQL DataBase using TZConnection.
I can connect to the host for example: example.com like
..
Form1.ZConnection1.HostName :='example.com';
Form1.ZConnection1.Port := 3306;
Form1.ZConnection1.Protocol := 'mysql';
…
Now I learned that equipment and programs were added to the network.
and it is impossible without a proxy ... the program cannot reach the HOST: 'example.com
How can I use proxi (ip and port 192.111.111.111 4444) in my program code to connect example.com
if possible a simple example to study
Thanks!
I can connect to the host for example: example.com like
..
Form1.ZConnection1.HostName :='example.com';
Form1.ZConnection1.Port := 3306;
Form1.ZConnection1.Protocol := 'mysql';
…
Now I learned that equipment and programs were added to the network.
and it is impossible without a proxy ... the program cannot reach the HOST: 'example.com
How can I use proxi (ip and port 192.111.111.111 4444) in my program code to connect example.com
if possible a simple example to study
Thanks!