FireDAC.Phys.IB.TFDIBSDump.Database

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IB.pas
FireDAC.Phys.IB.hpp
Unit: FireDAC.Phys.IB
Parent: TFDIBSDump

Delphi

property Database: String read FDatabase write FDatabase;

C++

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

Description

Specifies a database file to backup.

Use the Database property to specify the path for the primary file of the database you want to backup. The path is relative to the DB server.

The path variables are supported.

See Also