DataSourceLogoffBehaviour
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Specifies the data source action that needs to be taken when an abnormal logoff terminates a transaction.
Valid values
COMMIT | ROLLBACK
- COMMIT=The current transaction will be committed.
- ROLLBACK=The current transaction will be rolled back.
Default
When the attribute is not set, the current transaction will be ended according to the data source default logoff behavior.
Type
Dynamic