DefaultConnection property

Applies to
TIB_Session

Declaration
Property DefaultConnection : TIB_Connection;

Description
If a statement or dataset or other connection dependant component does not have an IB_Connection or IB_Database component assigned then it will attempt to reference this DefaultConnection upon demand.

By default, the first TIB_Connection instance becomes the DefaultConnection for the component session. This would include the TIB_Database and TIBODatabase class since they are descendants of TIB_Connection.