64-bit Alternative for Microsoft Jet

后端 未结 7 1831
南方客
南方客 2020-12-17 06:01

Microsoft has chosen to not release a 64-bit version of Jet, their database driver for Access. Does anyone know of a good alternative?

Here are the specific features

7条回答
  •  执念已碎
    2020-12-17 06:27

    What I am going to do is to create a separate 32-bit executable that connects to Jet that my 64-bit application can communicate with through COM.

    This satisfies my general requirement of "work like Jet", because it is Jet. My customers don't get the benefit of 64-bit, but the other requirements are more important.

提交回复
热议问题