Connection to MySql mpHttp

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ekemov2
Posts: 1
Joined: Mon 20 Feb 2012 06:08

Connection to MySql mpHttp

Post by ekemov2 » Mon 20 Feb 2012 06:11

I decided to try to connect to MySql through mpHttp, and could not connect.
The documentation MyDAC, found a description of how to make a connection, but uniDac why such options do not work.
Is it possible to make such a connection?.

con1.Server := 'localhost';
con1.Port := 3306;
con1.Username := '****';
con1.Password := '*****';
con1.SpecificOptions.Values['Protocol'] := 'mpHttp';
con1.SpecificOptions.Values['Url'] := 'http://ca-c.ru/tunnel.php';
con1.Connect;

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 20 Feb 2012 09:21

Hello,

Possibility of using Network Tunneling is implemented in MyDAC only. UniDAC doesn't support this feature at the moment.

Post Reply