SQLSelect.Close Method (Typed) | |
Close the cursor corresponding to the server. Note that the database connection is not closed, only the cursor.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Close() AS LOGIC
public override bool Close()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if the operation was successful; FALSE if not. (How can closing down a server be unsuccessful? If you are accessing a database over a network, and the network goes down before the server is closed, the SQLSelect:Close() operation may be the first one to fail, but it is still important to respond to this failure since it may indicate that database changes are not committed.)
See Also