IBX.IBDatabase.TIBTransaction.CheckInTransaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckInTransaction;

C++

void __fastcall CheckInTransaction();

Properties

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

Description

Checks whether the transaction is active and whether there are any databases in the transaction's database list.

Call CheckInTransaction to determine whether the transaction is active and whether there are any databases in the transaction's database list. If either condition is false, an exception is raised.