FireDAC.Phys.IB.TFDIBSDump.Dump

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Dump;

C++

void __fastcall Dump();

Description

Starts the online dump task.

Use the Dump method to start the online dump task on the DB server host using the Service Manager.

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

See Also