LOADDB

Loads a database into memory.

Syntax

LOADDB appName dbName

appName Name of the application in which the database resides.
dbName Name of the database to load.

Description

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";

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com