P
Paul
Hi
I did the following in an effort to connect to mysql using VB.net on a
windows XP pro machine.
I made reference to and used the import statement as follows :
Imports Microsoft.Data.Odbc
I then created my connection with the following :
Dim objConnection As New
OleDbConnection("driver={MySql};uid=root;pwd=;server=127.0.0.1;database=dbnr
gplc;OPTION=17923")
but I keep getting the folowing error :
An OLE DB Provider was not specified in the ConnectionString. An example
would be, 'Provider=SQLOLEDB;'.
Any ideas as to where I am going wrong ??
Thanks for the help so far.
I did the following in an effort to connect to mysql using VB.net on a
windows XP pro machine.
I made reference to and used the import statement as follows :
Imports Microsoft.Data.Odbc
I then created my connection with the following :
Dim objConnection As New
OleDbConnection("driver={MySql};uid=root;pwd=;server=127.0.0.1;database=dbnr
gplc;OPTION=17923")
but I keep getting the folowing error :
An OLE DB Provider was not specified in the ConnectionString. An example
would be, 'Provider=SQLOLEDB;'.
Any ideas as to where I am going wrong ??
Thanks for the help so far.