FireDAC.Phys.MSAcc.TFDMSAccessService.Database

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Database: String read FDatabase write FDatabase;

C++

__property System::UnicodeString Database = {read=FDatabase, write=FDatabase};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.MSAcc.pas
FireDAC.Phys.MSAcc.hpp
FireDAC.Phys.MSAcc TFDMSAccessService

Description

Specifies a database file name.

Use the Database property to specify the Microsoft Access database file name. The requested operation will be performed on this file.

The file name can include path variables.

See Also