Close the database file and its associated index files.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.7
Syntax VIRTUAL METHOD Close() AS USUAL
public override Usual Close()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the operation was successful; FALSE if not.
Remarks
It will also help the garbage collector if you set the <oDBServer> to NULL_OBJECT after closing it.
See Also