OD LOAD STRUCTURE

4D - Documentation   Français   English   German   English   4D for Oracle, Command Theme List   4D for Oracle, Command Alphabetical List   Back   Previous   Next

version 1.5


OD LOAD STRUCTURE (login_ID; fast)

ParameterTypeDescription
login_IDLongintConnection identifier
fastInteger0 = 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.


4D - Documentation   Français   English   German   English   4D for Oracle, Command Theme List   4D for Oracle, Command Alphabetical List   Back   Previous   Next