Purpose

Determines whether the driver automatically creates required DB2 packages.

For DB2 for Linux/UNIX/Windows, this property must be used in conjunction with the ReplacePackage property.

For DB2 for z/OS and DB2 for i, DB2 packages are created in the collection or library that is specified by the PackageCollection property.

Valid Values

true | false

Behavior

If set to true, the driver automatically creates required DB2 packages, even if they already exist. Existing DB2 packages are replaced by the new packages.

If set to false, the driver determines if the required DB2 packages exist. If they do not, the driver automatically creates them.

Default

false

Data Type

boolean

See also

DB2 Packages