FireDAC.Phys.FB.TFDFBNRestore.Restore

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: TFDFBNRestore

Delphi

procedure Restore;

C++

void __fastcall Restore();

Description

Starts the restore task.

Use the Restore method to start the restore task on the DB server host using Service Manager.

To perform a restore task, an application must specify the connection parameters, Database and BackupFiles. This is a programmatic method to invoke the nbackup tool as a thread in the DB server process.

See Also