IBX.IBConnectionBroker.TIBConnectionBroker.GetConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnection: TIBDatabase;

C++

Ibx::Ibdatabase::TIBDatabase* __fastcall GetConnection();

Properties

Type Visibility Source Unit Parent
function public
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Description

Adds new connections to the pool.

The GetConnection method is used to add new connections to the pool. When the number of maximum connections is reached, the method stops.

See Also