Page 1 of 1

Migrating from MyDac to UniDac: how to ping the mysql server

Posted: Sat 17 Dec 2011 22:34
by swierzbicki
Hello,

I'm migrating from MyDac to UniDac but how can I now ping the mysql server ?

Posted: Mon 19 Dec 2011 12:08
by AndreyZ
Hello,

For the time being UniDAC doesn't have such functionality. You can execute a very fast query instead of pinging your server. Here is an example:

Code: Select all

UniConnection.ExecSQL('SELECT NULL', []);