mysql again

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

To follow on from previous post :

I tried replacing the connection with a dsn so my connection string =
"dsn=dsnMyconn;" and now I get :

An OLE DB Provider was not specified in the ConnectionString. An example
would be, 'Provider=SQLOLEDB;'.

I have never had trouble with sql server or access but this is driving me
crazy !!!

Whats happening ??

Thanks in Advance
 
Hi

Your connection string should be something like this:

"Provider=MySQLProv;Data Source=mydb;User
Id=UserName;Password=asdasd;"


Ravikanth
 
Back
Top