LOADAPP

Loads an application and its respective databases into memory.

Syntax

LOADAPP appName
ParameterDescription

appName

Name of the application to load.

Notes

This command loads an application and databases into memory. In order for users to access information in databases, the application or individual database must be loaded into memory.

Example

To load an application called Sample into memory:

LOADAPP "Sample";