Hello
I am a new programmer to MYSQL and Visual Web Developer. I am trying to connect to the MYSQL server on my account but I cant for the life of me work out what the connection string should be. After looking through loads of different sources I have become very confused. My current string is
ADODBString = "DRIVER={ MySQL ODBC 3.51 Driver };SERVER=mysql2.g********.com;DATABASE=Bodwad_mydb;" & _
"USER=MyUsername;PASSWORD=MyPassword;Port = 3306;Option=3;"
It just wont connect raising the error
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not
found and no default driver specified
I am doing it all in a aspx.vb file so I dont know if thats what the problem is. I am also using the odbcconnection object.
Anyone know what I am doing wrong?

Paul
I am a new programmer to MYSQL and Visual Web Developer. I am trying to connect to the MYSQL server on my account but I cant for the life of me work out what the connection string should be. After looking through loads of different sources I have become very confused. My current string is
ADODBString = "DRIVER={ MySQL ODBC 3.51 Driver };SERVER=mysql2.g********.com;DATABASE=Bodwad_mydb;" & _
"USER=MyUsername;PASSWORD=MyPassword;Port = 3306;Option=3;"
It just wont connect raising the error
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not
found and no default driver specified
I am doing it all in a aspx.vb file so I dont know if thats what the problem is. I am also using the odbcconnection object.
Anyone know what I am doing wrong?
Paul