IBX.IBServices.TIBConfigService.ShutdownDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShutdownDatabase (Options: TShutdownMode; Wait: Integer);

C++

void __fastcall ShutdownDatabase(TShutdownMode Options, int Wait);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Shuts down the database.

Call ShutdownDatabase to shut down the database after a specified number of seconds.

Note: You must install InterBase 6 to use this feature.