FireDAC.Phys.IBBase.TFDIBConfig.OnlineDB

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure OnlineDB;

C++

void __fastcall OnlineDB();

Description

Brings a database online.

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

OnlineDB corresponds to gfix -online.

See Also