Hi,
I am trying to access the database on the server but its ending up with this error,
ERROR [HYT00] [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'isnm.de'
I have installed ODBC driver on my machine, and I can make successful connection with the
datbase localy but can't with the remote databases.Do I need to install something on the
server as well. Seconldy
with MySql Control Center I have a successful connection to the remote database. So there
has to be some problem with the code. May be the connection string is not right or ..
private const string SQL_CONNECTION_STRING = "DRIVER={MySQL ODBC 3.51
Driver};SERVER=isnm.de;PORT=3306;DATABASE=***;USER=***;PASSWORD=***;OPTION=3";
Thanks for your help in this regard.
Hoomdoom