delphi xe3 + zeos, lan ok; internet not

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
Post Reply
Mamenhi
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 28.04.2013, 09:25

delphi xe3 + zeos, lan ok; internet not

Post by Mamenhi »

please somebody help me, i work with delphi xe3, zeos 7 and mariadb (mysql), i can work without problems on a lan but a don't now how connect under internet when the hostname it's like http://www.abc.no-ip.org how i can do it :roll: :roll: :roll: :roll: :roll: :roll: thanks
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Post by marsupilami »

Hello Mamenhi,

I am not sure how you plan to secure you data against people who want to read it. But nonetheless normally things should be like this:
Install MariaDB on your internet host
Open a port for communication in the firewall of the internet host
set the hostname in TZConnection to that of your internet host (eg. www.abc.no-ip.org)
Be ready to go. But be sure to only use www.abc.no-ip.org and not http://www.abc.no-ip.org because http is the name of the protocol to use and not a part of the host name.
Best regards,

Jan
Post Reply