开发者

delphi mysql offline connection

I wonder whether it is possible to read data from mysql database not remotely from server, but just from a file on my disk, like from .mdb files. A happened to work with 开发者_开发知识库2010 Office which gives .accmdb files rather then .mdb and cannot convert them, that's why I switched to mysql.

Any help would be greatly appreciated.


  1. You can use MySQL Embedded server. That will be similar to how you are working with Microsoft Access. AFAIK, Anydac supports MySQL Embedded server. May be other libraries too.
  2. But I does not see a reason to replace Access with MySQL. To work with .accdb files you need to use different OLEDB provider (I expect you are using ADO) - "Microsoft Office 12.0 Access Database Engine OLE DB Provider" or similar.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜