IBX.IBDatabase.TIBTransaction.AddDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddDatabase(db: TIBDatabase): Integer;

C++

int __fastcall AddDatabase(TIBDatabase* db);

Properties

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

Description

Associates a database to the transaction.

Call AddDatabase to associate a database to the transaction.