validateSQLStatements

The validateSQLStatements build descriptor option indicates whether SQL statements are validated against a database at generation time. EGL connects to the database in one of the following ways: In either case, you might need to set the sqlID and sqlPassword build descriptor options.
Note: Validation of SQL statements increases the time required to generate your code.

When you request SQL validation, the database manager accessed from the generation platform prepares the SQL statements dynamically.

SQL statement validation has these restrictions:

Values

NO (the default value)
Validation does not occur.
YES
Validation occurs.