sqlDB

The build descriptor option sqlDB specifies the default database used by a generated Java program that runs outside of J2EE. The value is a connection URL; for example, jdbc:db2:MyDB.

The option sqlDB is case-sensitive, has no default value, and is used only when you are generating a non-J2EE Java program. The option assigns a value to the Java run-time property vgj.jdbc.default.database, but only if option genProperties is set to GLOBAL or PROGRAM.

To specify the database used for validation , set sqlValidationConnectionURL.

Related concepts
Java run-time properties
SQL support

Related reference
Build descriptor options
genProperties
Java run-time properties (details)
sqlPassword
sqlValidationConnectionURL
sqlJDBCDriverClass
validateSQLStatements