FireDAC.Phys.IBBase.TFDIBBackup.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.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBBackup

Description

Specifies a database file to back up.

Use the Database property to specify a path of the primary file of the database to back up. The path is relative to a DB server.

The path variables can be used here.

See Also