SQLStatement.Commit Method (Typed) | |
Save the changes made since the last Commit().
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.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