FireDAC.Phys.FB.TFDFBNRestore.Database

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Database: String read FDatabase write FDatabase;

C++

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

Description

Specifies a database file to restore.

Use the Database property to specify the primary file's path for the database you want to restore. The path is relative to a DB server.

Path variables are supported.

See Also