FireDAC.Phys.ADS.TFDADSRestore.Restore

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Restore;

C++

void __fastcall Restore();

Description

Performs the restore task.

Use the Restore method to start the restore task on the Advantage server.

To perform a restore task, an application must specify the connection parameters, the SourcePath and the DestinationPath.

This is a programmatic method to invoke the adsbackup tool or the sp_RestoreDatabase stored procedure.

See Also