Hello,
I'm migrating from MyDac to UniDac but how can I now ping the mysql server ?
Migrating from MyDac to UniDac: how to ping the mysql server
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
-
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:
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', []);