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

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
formi
Posts: 39
Joined: Thu 17 Apr 2008 13:01

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

Post by formi » Thu 02 Feb 2012 09:42

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

AndreyZ

Post by AndreyZ » Thu 02 Feb 2012 11:16

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.

Post Reply