Does an open-source Access ODBC driver exist for linux? [closed]

心已入冬 提交于 2019-12-06 10:11:40

问题


I am converting a Windows application to run under Linux. The original application used MS Access database files. My original thought was to convert the Access files into SQLite and only use SQLite going forward, which will run under Windows, Linux and OSX. However, the customer has requested that Access files continue to be supported.

I have been looking into solutions for using Access files under Linux and here is what I have found so far:

MDBTools - The driver supports reading from Access 97/2000/2003 files. No write support.

Easysoft - This seems to be a standard, but it has a per seat or per server license fee.

hxtt.com - Per server license fee.

Datadirect.com - Per server license fee, prices upon request.

openlinksw.com - Per server and per seat licensing.

The application is being written in C/C++ under Qt in QtCreator.

Thanks


回答1:


There is unixODBC with GPL and LGPL licenses. I did not use it so I cannot tell you about the quality of the project.



来源:https://stackoverflow.com/questions/4587633/does-an-open-source-access-odbc-driver-exist-for-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!