MS Access DB Engine (32-bit) with Office 64-bit

后端 未结 7 1910
别跟我提以往
别跟我提以往 2020-12-13 12:36

We currently have a major issue using Microsoft Access Database Engine 2010. The engine comes in 64-bit and 32-bit forms, which is good. However, apparently you need to alwa

7条回答
  •  不思量自难忘°
    2020-12-13 13:31

    If both versions of Microsoft Access Database Engine 2010 can't coexists, then your only solution is to complain to Microsoft, regarding loading 64 bits versions of this in your 32 bits app is impossible directly, what you can do is a service that runs in 64 bits that comunicates with another 32 bits service or your application via pipes or networks sockets, but it may require a significant effort.

提交回复
热议问题