DataBase.Rollback() Method

Top 

Description

Rolls back changes made during the current transaction.

 

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.Rollback(

)

 

 

Return Value

Type:

boolean

 

 

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

 

Syntax

myVariable1 = myDataBase1.Rollback();

 

 

See also

DataBase Object

Interfacing with Databases Guide