本文整理自网络,侵删。
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 在rxrichedit中插入图片的完美解决方法
Delphi sysutils.stringreplace - 替换
Delphi using windows print spooler to run your file
Delphi 是否是闰年- isleapyear、isinleapyear
更多相关阅读请进入《Delphi》频道 >>