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.- 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.
- 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.
精彩评论