The Prepare Commit Behavior property specifies how committing a transaction affects prepared commands.
object.Properties("Prepare Commit Behavior")
object
Expression that evaluates to an object in the Applies To list.
value
Integer that specifies how committing a transaction affects prepared commands, as specified in Settings
One of the following settings:
Constant | Description |
---|---|
DBPROPVAL_CB_DELETE | Committing a transaction deletes prepared commands. The application must reprepare commands before executing them. |
DBPROPAL_CB_PRESERVE | Committing a transaction preserves prepared commands. The application can reexecute commands without repreparing them. |
adInteger
Read-only
DBPROP_PREPARECOMMITBEHAVIOR