FireDAC.Phys.ADS.TFDADSRestore.Restore

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Restore;

C++

void __fastcall Restore();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS TFDADSRestore

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