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 runtime 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 runtime properties
SQL support

Related reference
Build descriptor options
genProperties
Java runtime properties (details)
sqlPassword
sqlValidationConnectionURL
sqlJDBCDriverClass
validateSQLStatements

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