Asynchable Commit Property

ADO and SQL Server

ADO and SQL Server

Asynchable Commit Property

The Asynchable Commit property indicates whether transactions can be committed asynchronously.

Applies To
Connection Object
Syntax

object.Properties("Asynchable Commit")

Parts

object

Expression that evaluates to an object in the Applies To list.

Returns

One of these settings.

Value Description
True Transactions can be committed asynchronously.
False Transactions cannot be committed asynchronously.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_ASYNCTXNCOMMIT

See Also

Asynchable Abort Property