version 1.5
OD LOAD STRUCTURE (login_ID; fast)
| Parameter | Type | Description | |
| login_ID | Longint | Connection identifier | |
| fast | Integer | 0 = Load tables; 1= Keep tables in memory |
Description
The OD LOAD STRUCTURE command lets you keep the list of Oracle tables used in the Edit a Context and Edit a SQL Expression dialog boxes in memory. Keeping the tables in memory results in faster display of the dialog boxes. By default the list of tables is loaded each time either of the dialog boxes is displayed.
login_ID must be a valid connection identifier.
If fast=0 (the default value), the program loads the tables each time the Edit a Context or Edit a SQL Expression dialog box is displayed. If fast=1, the program loads the list only once and keeps it in memory until the connection ends.
4D for Oracle can store in memory a table list for each valid connection.
See Also
OD Create context dialog, OD EDIT CLAUSES IN CONTEXT.