本文整理自网络,侵删。
Use Cases
Open the Microsoft Access database.DriverID=MSAccDatabase=c:\mydata.mdbOpen the Microsoft Access database using the system database.DriverID=MSAccDatabase=c:\mydata.mdbSystemDB=c:\system.mdbUser_Name=usrPassword=pwdOpen the Microsoft Access password protected database. Note that the password length must be equal to or less than 14 characters.DriverID=MSAccDatabase=c:\mydata.mdbPassword=pwdNote: 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以来的毫秒数
在一个exe文件中查找指定内容,找到则返回起始位置,否则返回0
更多相关阅读请进入《Delphi》频道 >>