IBX.IBDatabase.TIBDatabase.AddTransaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddTransaction(TR: TIBTransaction): Integer;

C++

int __fastcall AddTransaction(TIBTransaction* TR);

Properties

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

Description

Adds an association between the transaction component and the database component.

Call AddTransaction to add an association between the transaction component and the database component.