DBPROP_PREPAREABORTBEHAVIOR
Property group: Data Source Information
Property set: DBPROPSET_DATASOURCEINFO
Type: VT_I4
Typical R/W: R
Description: Prepare Abort Behavior
Indicates how aborting a transaction affects prepared commands. One of the following:
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.