QX_LOAD_ENTIRE_SCHEMA

Specifies the directory which contains sub-directories in which your Informix® client is installed.

Syntax

QX_LOAD_ENTIRE_SCHEMA=<bool>

Usage

Possible Values Meaning
true

If the variable is true, the compiler loads the entire DB-Schema.

false (default) If the variable is false, the Schema file is loaded using the ‘lazy loading’.

The lazy loading of DB-Schema is a type of parsing, during which the compiler parses the Schema until the required entity is found. After that, the parsing stops, and if it is then resumed, the schema is parsed further from where the previous parsing has stopped.

All the file names you use in your 4gl development must be platform-independent.

If you use platform-dependent names (e.g., combine upper and lower case, use colons, finish names with a full stop, etc.), please remember that they might cause different problems when you move your project to another platform.

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.