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中屏蔽flash控件的右键弹出菜单

Delphi md5单元文件

Delphi 二进制值转换十六进制 bintohex和hextobin

Delphi 关于rs485总线通信协议开发注意事项

Delphi 中调用 javascript

Delphi 颜色表

Delphi实现文件下载urldownloadtofile

Delphi 获取时间日期

Delphi mysql里Delphi事件类型转unix时间戳

Delphi 在内存中直接运行exe类型的资源文件

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



打赏

取消

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

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

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

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

评论

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