Click or drag to resize

SQLStatement.Commit Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Commit() AS LOGIC
Request Example View Source

Return Value

Type: Logic
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