I am using the following connection string to connect:
But, I am getting the following error message while I am trying to connect MySQL through .NET.
Unable to find the requested .Net Framework Data Provider.
Can someone help me to sort out the issue?
Regards,
Naim Khan

Suthish NairPosted Feb 7, 2011, 2:01 PM
You are giving order or another way of requesting :).
Refer following links.
1, 2, 3
Naeem KhanPosted Feb 7, 2011, 1:37 PM
Suthish NairPosted Feb 7, 2011, 5:49 AM
Best and simple way to find a connection string.
Drag and drop a DropDownlist, Select/Click on DataSource, Select the DB, Bind Columns and Finish.
Now you will get the actual Connection String.
chinna venkatPosted Feb 6, 2011, 3:32 PM
don't write MySql provider name
you can write System.Data.OleDb or System.Data.ODBC
i think this is helpful u.