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.21
Syntax VIRTUAL METHOD Commit() AS LOGIC
public virtual bool Commit()
Request Example
View SourceReturn 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:
1oStmt:Connection:SetConnectOption(SQL_AUTOCOMMIT, 0)
See Also