LOADDB

Loads a database into memory.

Syntax

LOADDB appName dbName
ParameterDescription

appName

Name of the application in which the database resides.

dbName

Name of the database to load.

Notes

This command loads a database into memory. A database must be loaded into memory in order for users to access its information.

Example

To load a database called BASIC from an application called SAMPLE:

LOADDB "SAMPLE" "BASIC";