DBSAVE

Syntax: #DBSAVE filename
Related: #DBLOAD, #DBCLOSE

Saves the current database to the specified filename. The filename becomes the new name of the database. If the filename is not specified, then all currently open databases are saved to their existing filename.

DBSAVE Examples

#DBSAVE neweq

Saves the database to neweq.db. 'ne' is now the new name of the database.

#DBSAVE

Saves all open databases.



Contents DBRESET DDE