PRE

Instructs the preprocessor to generate code that dynamically loads the OpenESQL module at run time.

Syntax:

[NO]PRE 

Properties:

Default: PRE

Scope:

Used at compile time: Yes
Behavior at run time: N/A

See Scope - OpenESQL SQL Compiler Directive Options for more information.

Comments:

The OpenESQL module on UNIX is either odbcrunx.so or odbcrunx64.so for unthreaded, or either odbcrunx_t.so or odbcrunx64_t.so for threaded.

PRE must be used when creating INT or GNT files.