Appearance
Load Database
Loads a database from hard disk into memory.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| System | Sys, SysTech |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Directory | string | Directory on the server where the files are saved. | yes | ||
| Database | string | Name of the database ([Database]). If the name is empty, the 'Database' parameter of the database control file is used (Control.txt in the database folder). | no |
Result
No fields
Code
text
LOAD DATABASE
DIRECTORY=[string, Needed]
DATABASE=[string]