dbExpress driver for Microsoft Access

前端 未结 4 1282
别那么骄傲
别那么骄傲 2021-01-19 09:25

being a dbExpress newbie I wonder if there is a dbExpress driver for Microsoft Access?

相关标签:
4条回答
  • 2021-01-19 09:45

    You have to use TADOConnection, i havn't been able to find a 3rd party driver which supports the new dbexpres

    0 讨论(0)
  • 2021-01-19 09:50

    dbExpress does not support msAccess natively,

    But a quick google search gives a long list of drivers. Both free and paid.

    0 讨论(0)
  • 2021-01-19 09:51

    I think the only way to connect to Access is by using ADO. (TADOConnection).

    0 讨论(0)
  • 2021-01-19 09:54

    I have had good results using the open source dbxoodbc driver for dbExpress.

    The download has several demo projects that use access databases, so you should be able to get up and running in no time.

    You can find it at http://sourceforge.net/projects/open-dbexpress/

    I have only tried it with older versions of access, so I can't say for certain that it will work with office 2007 or newer.

    0 讨论(0)
提交回复
热议问题