FireDAC.Phys.IBBase.TFDIBConfig.OnlineDB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnlineDB;

C++

void __fastcall OnlineDB();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBConfig

Description

Brings a database online.

Use the OnlineDB method to bring a shutdown database back online.

OnlineDB corresponds to gfix -online.

See Also