Delphi FireDAC 连接access MDB数据库的方法


本文整理自网络,侵删。

 

Use Cases

Open the Microsoft Access database.
DriverID=MSAcc
Database=c:\mydata.mdb
Open the Microsoft Access database using the system database.
DriverID=MSAcc
Database=c:\mydata.mdb
SystemDB=c:\system.mdb
User_Name=usr
Password=pwd
Open the Microsoft Access password protected database. Note that the password length must be equal to or less than 14 characters.
DriverID=MSAcc
Database=c:\mydata.mdb
Password=pwd
Note: to drop/create, encrypt, compact, and repair the database use the TADMSAccessUtility component.

http://docwiki.embarcadero.com/RADStudio/XE8/en/Connect_to_Microsoft_Access_Database_(FireDAC)

相关阅读 >>

Delphi 在rxrichedit中插入图片的完美解决方法

Delphi 窗口跟随

Delphi sysutils.stringreplace - 替换

Delphi 查找一个特定的exe是否在内存中运行

Delphi 生成txt 指定带bom

Delphi完美的线程注入和卸载

Delphi using windows print spooler to run your file

Delphi 是否是闰年- isleapyear、isinleapyear

Delphi msxml 获取 api接口

Delphi中编写无输出函数名的dll文件

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...

    正在狠努力加载,请稍候...