Page 1 of 1

Is it possible to connect to a database in the internet?

Posted: Thu 02 Feb 2012 09:42
by formi
Is it possible to connect to a database that is located on a server in internet (I have a web-application with a MySQL-Database and would like to access this tables directly from a local application written in Delphi. Thanks, Peter

Posted: Thu 02 Feb 2012 11:16
by AndreyZ
Hello,

You can connect to MySQL server that is located in the Internet. You can find more detailed information about possible ways of connecting to MySQL server in the "Network Tunneling" article of the MyDAC documentation.