IBDAC

TIBCTransactionAction Enumeration

Specifies the transaction behaviour when connection closes.

Unit

IBC

Syntax

TIBCTransactionAction = (taCommit, taRollback, taCommitRetaining, taRollbackRetaining);

Values

Value Meaning
taCommit Transaction is committed and is closed.
taCommitRetaining Transaction is committed and remains opened.
taRollback Transaction is rolled back and is closed.
taRollbackRetaining Transaction is rolled back and remains opened.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback