FireDAC.Phys.MSAcc.TFDMSAccessService

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCBase.TFDPhysODBCBaseServiceFireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDMSAccessService

Delphi

TFDMSAccessService = class (TFDPhysODBCBaseService)

C++

class PASCALIMPLEMENTATION TFDMSAccessService : public Firedac::Phys::Odbcbase::TFDPhysODBCBaseService

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.MSAcc.pas
FireDAC.Phys.MSAcc.hpp
FireDAC.Phys.MSAcc FireDAC.Phys.MSAcc

Description

The class implementing Microsoft Access database for creating, dropping, compacting and repairing services.

Use the TFDMSAccessService 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 in CompactDatabase Method and on How to create a secure database.

See Also

Samples