积极答复者
The 'Microsoft.Jet.OLEDB.12.0' provider is not registered on the local machine

问题
答案
-
Hi,
Vista onwards microsoft has replaced Jet Oledb with Microsoft.ACE.OLEDB (more specifically for 64 bit environments). So to make your application work, build it with 64 bit (for 64 bit application) or with 32 bit (for 32 bit application running on 64 bit platform).
More details can be found on this url: http://ybbest.wordpress.com/2009/07/22/the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/
One more thing if the problem still persist than try to install office 2010 (i had faced some strange error onces which got solved after installing office 2010).
Do let us know your experince.
Manish Patil http://patilmanishrao.wordpress.com Posting is provided AS IS with no warranties, and confers no rights.- 已建议为答案 Jackie-Sun 2011年1月17日 8:08
- 已标记为答案 Jackie-Sun 2011年1月21日 10:52
2011年1月17日 6:25
全部回复
-
There is no Jet 12, Jet was deprecated at version 4. What kind of database are you connecting to?
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP2011年1月14日 17:05 -
I think you must be referring to the ACE OLEDB Provider:
http://www.connectionstrings.com/access-2007
Paul ~~~~ Microsoft MVP (Visual Basic)2011年1月14日 18:33 -
Hi,
Vista onwards microsoft has replaced Jet Oledb with Microsoft.ACE.OLEDB (more specifically for 64 bit environments). So to make your application work, build it with 64 bit (for 64 bit application) or with 32 bit (for 32 bit application running on 64 bit platform).
More details can be found on this url: http://ybbest.wordpress.com/2009/07/22/the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/
One more thing if the problem still persist than try to install office 2010 (i had faced some strange error onces which got solved after installing office 2010).
Do let us know your experince.
Manish Patil http://patilmanishrao.wordpress.com Posting is provided AS IS with no warranties, and confers no rights.- 已建议为答案 Jackie-Sun 2011年1月17日 8:08
- 已标记为答案 Jackie-Sun 2011年1月21日 10:52
2011年1月17日 6:25