sqlID
The sqlID build descriptor option is
used for the following two purposes:
- When you generate either COBOL or Java™ code, and set the validateSQLStatements build descriptor option to YES, the sqlID build descriptor option specifies a user ID that is used to connect to a database during generation-time validation of SQL statements.
- When you generate Java™ code, sqlID specifies a user ID to use when accessing the database at runtime. If you set the sqlID build descriptor option, it assigns a value to the vgj.jdbc.default.userid Java™ runtime property, but only if the genProperties build descriptor option is set to GLOBAL or PROGRAM.
The sqlID build descriptor option is case-sensitive and has no default value.