FireDAC.Phys.IB.TFDIBSDump.Dump

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Dump;

C++

void __fastcall Dump();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IB.pas
FireDAC.Phys.IB.hpp
FireDAC.Phys.IB TFDIBSDump

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