UNIDAC for Website Database

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
miu161
Posts: 1
Joined: Tue 15 Mar 2011 12:02

UNIDAC for Website Database

Post by miu161 » Tue 15 Mar 2011 12:07

hi.
my web site database is MySql.
can i use unidac to my application for connect to my website database?

AndreyZ

Post by AndreyZ » Wed 16 Mar 2011 08:58

Hello,

You can use UniDAC to connect to your website database if you have direct access to it. If you have access based on the PHP script or you are connecting through proxy server, you should use MyDAC, because it supports network tunneling.

Post Reply