Click or drag to resize

SQLSelect.Close Method

X#
Close the cursor corresponding to the server. Note that the database connection is not closed, only the cursor.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Close() AS USUAL
Request Example View Source

Return Value

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