The 'Microsoft.ACE.OLEDB.12.0' provider is

2019-01-18 23:47发布

I'm getting this error when trying to run a vb application on a another pc. Is there some place I can download this DLL?

6条回答
女痞
2楼-- · 2019-01-19 00:19

That is a data provider dll, it appears to be an office driver for accessing Access dbs or office documents like they were databases. See here... http://www.microsoft.com/downloads/details.aspx?FamilyID=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en

查看更多
Juvenile、少年°
3楼-- · 2019-01-19 00:23
Rolldiameter
4楼-- · 2019-01-19 00:25

I ran into the issue of still getting the error after installing the Office 2007 Data Connectivity Components. The issue was because it is 32-bit being invoked by a 64-bit process. Various solutions here

查看更多
放我归山
5楼-- · 2019-01-19 00:26

Install the Microsoft Access Database Engine 2010 Redistributable

http://www.microsoft.com/download/en/details.aspx?id=13255

查看更多
小情绪 Triste *
6楼-- · 2019-01-19 00:27

I had already done that by using AccessDatabaseEngine_x64 as the server is 64 bit - Please see for reference Microsoft Access Database Engine 2010 Redistributable http://www.microsoft.com/downloads/en/details.aspx?FamilyID=C06B8369-60DD-4B64-A44B-84B371EDE16D&displaylang=en

查看更多
登录 后发表回答