0

I'm trying to connect ms access database using c#. While doing that I'm stuck at one place.

Whenever i try to open the connection using

OleDbConnection conn = new OleDbConnection("connection string valid");
conn.Open();

I get error that whichever is the provider, it is not registered onto the local machine !

I have downloaded the msaccessEngine also from well known link http://www.microsoft.com/en-us/download/details.aspx?id=13255.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Rajesh
  • 546
  • 9
  • 29

0 Answers0