Close method

Applies to
TIB_Transaction

Declaration
Procedure Close;

Description
This method causes a transaction to end and depending on the value of AutoCommit the transaction is ended with a Commit or Rollback. If a commit is performed and an exception is raised then a rollback is performed automatically.

This is typically only used when the object is being destroyed or its connection is being closed and an exception is undesirable.