hi guys, i have installed MySQL ODBC Driver 3.51 & 5.1 in my pc.
I got the following error if my connection as below:
Dim ConnStr As String = "DRIVER={MySQL ODBC 5.1 Driver};SERVER=localhost;DATABASE=db_testing;UID=user_testing;PASSWORD=12345;OPTION=3;"
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
* but it's working fine if i change ODBC 5.1 Driver to ODBC 3.51
Please advice. TQ