|
AnyDAC
|
Specifies an action AnyDAC should take on closing connection.
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!
|