DataBase.CommitMode Property

Top 

Description

The database attribute that determines whether the commit mode for the database is set to auto-commit or manual commit. Not all database types that are run through ODBC support manual commit mode. This property must be set while the database is unopened.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Automatic )

Valid Values:

Value

Label

0

Automatic

1

Manual

 

Syntax

myVariable1 = myDataBase1.CommitMode;

 

myDataBase1.CommitMode = myVariable1;

 

See also

DataBase Object

Interfacing with Databases Guide