Page 1 of 1

Connection to MySql mpHttp

Posted: Mon 20 Feb 2012 06:11
by ekemov2
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;

Posted: Mon 20 Feb 2012 09:21
by AlexP
Hello,

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