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
  • 159,224
  • 26
  • 237
  • 393
Rajesh
  • 526
  • 8
  • 28

0 Answers0