【发布时间】:2011-04-06 11:49:08
【问题描述】:
我有以下环境: Windows 7 旗舰版 64 位 MS office (with Access) 2010 64-bit
我正在 VS 2010 中开发一个应用程序,该应用程序正在为 x86 CPU 开发。 我正在使用 DataSet 连接到数据库,我正在使用 NewConnection 向导连接到数据库。
我想使用访问数据库进行数据存储。 (.accdb 文件)
我下载并安装了 Access 数据库引擎(64 位)。
当我使用时:
Microsoft.Jet.OLEDB.4.0 - I get an error that the database format is not readable!!
Microsoft.ACE.OLEDB.12.0 - I get an error that the Microsoft.ACE.OLEDB.12.0 driver is not registered on the local machine!
请帮我找到问题的解决方案。
【问题讨论】:
标签: wpf x86 oledb ms-access-2010 ms-access