sqlPassword

The build descriptor option sqlPassword specifies a password that is used to connect to a database during generation-time validation of SQL statements. You specify the database by setting sqlValidationConnectionURL.

When you generate a Java™ program, EGL also assigns the value of sqlPassword to the Java runtime property vgj.jdbc.default.password. That property identifies the password for connecting to the default database at run time, and you can specify the default database in sqlDB.

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

Related concepts
Java runtime properties

Related reference
Build descriptor options
Java runtime properties (details)
sqlDB
sqlID
sqlValidationConnectionURL
sqlJDBCDriverClass
validateSQLStatements

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.