i try to connect from pda to mysql server. but i have this error: "class not registered"
this is my connection string:
Code:
// The remote connection string.
string strConnRemote = "Provider=MySQLProv;"
+ @"Data Source=SERVER4;"
+ "Initial Catalog=data;"
+ "User Id=root;"
+ "Password=test;";