The
SQL page in your project, folder or file properties enables you to select an ESQL preprocessor and to add SQL directives.
- Folder properties only apply to folders loaded in Solution Explorer using
.
- You can set file properties that differ from the ones set for the project or for the folder. In this case, the properties set on file level take precedence over those set for the project or for the folder. To revert a file setting to the value set on the project level, set its value to
<inherit from parent>.
- 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.