ZEOSDBO-7.1.3a-stable and Delphi7 -proxy

The official tester's forum for ZeosLib 7.1. Ask for help, post proposals or solutions.
Locked
mrtg
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 15.04.2021, 10:17

ZEOSDBO-7.1.3a-stable and Delphi7 -proxy

Post by mrtg »

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!
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: ZEOSDBO-7.1.3a-stable and Delphi7 -proxy

Post by marsupilami »

Locked because it is a duplicate of viewtopic.php?f=38&t=138671.
Locked