Click or drag to resize

DataServer.Close Method

X#
Close down the server in a manner specific to the database used.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.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 DataServer: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