Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Jet Ole DB 4.0 not registered 64-bt Win 2008

5.00/5 (2 votes)
2 Aug 2011CPOL 11.5K  
Download access driver from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c06b8369-60dd-4b64-a44b-84b371ede16d&displaylang=en.In the connection string, replace Microsoft.Jet.OLEDB.4.0 with Microsoft.ACE.OLEDB.12.0.

Download access driver from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c06b8369-60dd-4b64-a44b-84b371ede16d&displaylang=en.


In the connection string, replace "Microsoft.Jet.OLEDB.4.0" with "Microsoft.ACE.OLEDB.12.0".

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)