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 请求时间,为当前时间,数值为1970-01-01以来的毫秒数

Delphi xe 应用程序横竖屏设置

Delphi如何判断一个combobox是否处于下拉状态

Delphi winsock 域名获取远程服务器ip

Delphi ini文件操作用法

Delphi 大小写字符串转换

Delphi xe5实现的一个阳历转换成阴历的代码

Delphi xe5 android程序常用的unit

Delphi settimer 功能:定时api

在一个exe文件中查找指定内容,找到则返回起始位置,否则返回0

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



打赏

取消

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

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

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

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

评论

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