AnyDAC
ContentsIndexHome
PreviousUpNext
TADTxOptions.DisconnectAction Property

Specifies an action AnyDAC should take on closing connection.

Group
Links

Use DisconnectAction to specify an action, which AnyDAC should take on closing connection, if there is active transaction. The default value is xdCommit.

Action 
Description 
xdNone 
Nothing to do. DBMS will take its default action. 
xdCommit 
Commit transaction. 
xdRollback 
Rollback transaction. 
property DisconnectAction: TADTxAction;
What do you think about this topic? Send feedback!