Specifies the type of background syntax checking to be done by the DB2 ECM preprocessor when a program is being edited in
Enterprise Developer.
Syntax:
BGP={NONE | FULL}
Parameters:
- NONE
- Validates only the host variables names in EXEC SQL statements, and does not validate SQL syntax.
- FULL
- Validates all SQL syntax. This parameter requires an active connection to a DB2 database.
Comments:
The BGP setting overrides any
DB2 Background Syntax Checking setting set in the Visual Studio project properties.