IBX.IBDatabase.TIBTransaction.RemoveDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveDatabase(Value : TIBDatabase);

C++

void __fastcall RemoveDatabase(TIBDatabase* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Description

Disassociates a database from the transaction.

Call RemoveDatabase to disassociate a specified database from the transaction.