The Prepare Abort Behavior property indicates how aborting a transaction affects prepared commands.
object.Properties("Prepare Abort Behavior")
object
Expression that evaluates to an object in the Applies To list.
One of the following settings:
| Constant | Description |
|---|---|
| DBPROPVAL_CB_DELETE | Aborting a transaction deletes prepared commands. The application must reprepare commands before executing them. |
| DBPROPAL_CB_PRESERVE | Aborting a transaction preserves prepared commands. The application can reexecute commands without repreparing them. |
adInteger
Read-only
DBPROP_PREPAREABORTBEHAVIOR