FireDAC.Phys.MSAcc.TFDMSAccessService.Repair

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Repair;

C++

void __fastcall Repair();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.MSAcc.pas
FireDAC.Phys.MSAcc.hpp
FireDAC.Phys.MSAcc TFDMSAccessService

Description

Repairs an existing Access database.

Use the Repair method to repair an existing database. To run Repair, an application must specify Database, that is the database file name to repair.

The file pointed by Database must be a valid .MDB file. For more information, see the Compact method.

See Also