R
Roger Cantillo
Hi:
I'm trying to make a connection to a MySQL database, but I keep getting this
error:
System.ArgumentException: Keyword not supported: 'provider'.
This is the code that fails:
objConn = New SqlConnection("Provider=MSDASQL; DRIVER={MySQL ODBC 3.51
Driver}; Server=localhost; UID=root; PWD=; database=helloworld;
Option=16387;PORT=3306;STMT=;")
Any ideas?
Roger
I'm trying to make a connection to a MySQL database, but I keep getting this
error:
System.ArgumentException: Keyword not supported: 'provider'.
This is the code that fails:
objConn = New SqlConnection("Provider=MSDASQL; DRIVER={MySQL ODBC 3.51
Driver}; Server=localhost; UID=root; PWD=; database=helloworld;
Option=16387;PORT=3306;STMT=;")
Any ideas?
Roger