DataBase.Commit() Method

Top 

Description

Commits all database calls or rolls back to last saved state if any of the queued database calls fail.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

DataBase.Commit(

)

 

 

Return Value

Type:

boolean

 

 

Returns an integer corresponding to the success / failure conditions of the transaction's completion.

 

Syntax

myVariable1 = myDataBase1.Commit();

 

 

See also

DataBase Object

Interfacing with Databases Guide