FireDAC.Phys.MSAcc.TFDMSAccessService.Drop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Drop;

C++

void __fastcall Drop(void);

Properties

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

Description

Drops an existing Access database.

Use the Drop method to drop an existing database. To run Drop, an application must specify Database, that is the database file name to drop. The database file must be not used by an application or by Microsoft Access.

See Also