Click or drag to resize

DbServer.Close Method

X#
Close the database file and its associated index files.

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

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
It will also help the garbage collector if you set the oDBServer to NULL_OBJECT after closing it.
See Also