Command
EN
Version 1.90
DATABASE
Syntax
DATABASE:DB-Filename;
Description
DATABASE specifies the main database which is related to the following commands.
DB-Filename is the path and name of the database.
Example:
a local database with the file name test.msg in the directory c:\notes
DATABASE:test.nsf;
END;
a local Database with the file name test.nsg in the directory c:\notes\sub:
DATABASE:sub\test.nsf;
END;
a database on the server Server1 with the file name test.nsg in the directory c:\notes\sub:
DATABASE:Server1/sub\test.nsf;
END;
