ForceClosed property

Applies to
TIB_TimeoutProps

Declaration
Property ForceClosed : dword;

Description
This property determins the time in seconds IBO will wait before it forces a transaction to end. This has no regard for user activity either. Once the transaction has been physically started for the specified period of time it will be forced closed.

By default this is set to 0 so that no action will be taken.

Depending on your AutoCommit setting a transaction Close will attempt a commit and if an exception is raised it will force a rollback.

All datasets of this transaction will be closed as a result of this action.