AnyDAC
ContentsIndexHome
PreviousUpNext
TADMSAccessService Class

The class implementing Microsoft Access database create, drop, compact and repair services.

Group
Class Hierarchy
uADPhysMSAcc_TADMSAccessServiceuADPhysMSAcc_TADMSAccessServiceuADPhysMSAcc_TADMSAccessService
File

uADPhysMSAcc

Links

Use the TADMSAccessUtility component to add a database create, drop, repair and compact capability to an application. 

To validate and or repair a database an application should:

Read more about these features (there) and (here).

TADMSAccessService = class(TADPhysODBCBaseService);
ADMSAccessUtility1.Database := 'c:\test.mdb';
ADMSAccessUtility1.Repair;
What do you think about this topic? Send feedback!