SQLStatement.RollBack Method | |
Undo the changes made since the last Commit().
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax Remarks
The AutoCommit option may interfere with manual commits. You may want to turn AutoCommit off, for example:
1oStmt:Connection:SetConnectOption(SQL_AUTOCOMMIT, 0)
See Also