Click or drag to resize

SQLSelect.Close Method (Typed)

X#
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
Request Example View Source

Return 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