Quantcast
Channel: Oracle, MySQL, Sybase, Informix and other databases
Viewing all articles
Browse latest Browse all 1350

Issue with OleDb Connection to MySQL Database using ADO.NET

$
0
0

Hello,

I am trying to work with an OleDb Data Access Provider in my ASP.Net Application but I am getting the issue with the connecting String.

My Connection string is this:

server=localhost;User Id=root;database=databaseName

I am getting this error message

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

Please what I am doing wrong?

Thanks.


Viewing all articles
Browse latest Browse all 1350

Trending Articles