DBCLOSE

Syntax: #DBCLOSE database-name [NoSave]
Related: #DBLOAD, #DBSAVE

Closes the specified database which removes it from memory. If the NoSave argument is present and is non-zero, the database is closed without saving first.

DBCLOSE Example

#DBCLOSE eq

Closes the Equipment database



Contents CW DBDELETE