Click or drag to resize

SQLStatement.RollBack Method

X#
Undo the changes made since the last Commit().

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RollBack() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
The AutoCommit option may interfere with manual commits. You may want to turn AutoCommit off, for example:
X#
1oStmt:Connection:SetConnectOption(SQL_AUTOCOMMIT, 0)
See Also