delphi FireDAC 连接access MDB数据库的方法  
官方Delphi 学习QQ群: 682628230(三千人)
频道

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)

推荐分享
图文皆来源于网络,内容仅做公益性分享,版权归原作者所有,如有侵权请告知删除!
 

Copyright © 2014 DelphiW.com 开发 源码 文档 技巧 All Rights Reserved
晋ICP备14006235号-8 晋公网安备 14108102000087号

执行时间: 0.077801942825317 seconds