SQL Properties

The SQL page in your project or file properties enables you to select an ESQL preprocessor and add SQL directives.
Note: You can set file properties that differ from the ones set for the project. In this case, the properties set on file level take precedence over those set for the project. To revert a file setting to the value set on the project level, set its value to <inherit from parent or project defaults>.
ESQL Preprocessor
Select the preprocessor you want to handle your embedded SQL code.
Directives
Displays the directives that are set for your project.
Directive Details
Directive
Shows the selected directive.
Value
Enables you to change the value available for the selected directive.
Disabled
Check this check box to prefix the directive with NO (e.g. ACCESS becomes NOACCESS).
Note: This check box is only enabled when the NO- form of the directive is valid.
Description
Explains the function of the selected directive.
SQL Directives
Displays the directives that are set for your project for the selected ESQL preprocessor.