sqlPassword

The sqlPassword build descriptor option is used for the following two purposes:
  • Specifies a password that is used to connect to a database during generation-time validation of SQL statements when you generate either COBOL or Java code and set the validateSQLStatements build descriptor option to YES.
  • Specifies a password to use when accessing the database at runtime when you generate Java code. If you set the sqlPassword build descriptor option, it assigns a value to the vgj.jdbc.default.database.password Java runtime property, but only if the genProperties build descriptor option is set to GLOBAL or PROGRAM.

The sqlPassword build descriptor option is case-sensitive and has no default value.