MySQL connectivity
-
i am not able to connect to a MySQL database. i am using this connectionstring "Driver={MySQL};SERVER=myserver; DATABASE=newdatabase;USER=root;PASSWORD=nvish;option=3;" is there anything special i need to get installed i.e. any connecter / driver or need to include any namespace ?
Ashish Sehajpal
-
i am not able to connect to a MySQL database. i am using this connectionstring "Driver={MySQL};SERVER=myserver; DATABASE=newdatabase;USER=root;PASSWORD=nvish;option=3;" is there anything special i need to get installed i.e. any connecter / driver or need to include any namespace ?
Ashish Sehajpal
<a href="http://www.codeproject.com/KB/database/MySQLCsharp.aspx">http://www.codeproject.com/KB/database/MySQLCsharp.aspx</a>[<a href="http://www.codeproject.com/KB/database/MySQLCsharp.aspx" target="_blank" title="New Window">^</a>] got the answer..... !
Ashish Sehajpal