Loads a database into memory.
LOADDB appName dbName
appName | Name of the application in which the database resides. |
dbName | Name of the database to load. |
This command loads a database into memory. A database must be loaded into memory in order for users to access its information.
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 |