I am writing a simple app to connect to a MySql database. When I run the following code:
Dim cnADONetConnection As New OleDb.OleDbConnection
cnADONetConnection.ConnectionString = "DRIVER{MYSQL ODBC 3.51 DRIVER}; SERVER=localhost; DATABASE=test_db_connect; USER=*****; PASSWORD=*****; OPTION=3"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.