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.