CurrentPackagePath IBM data server driver configuration keyword

Issues SET CURRENT PACKAGE PATH = schema1, schema2, ... after every connection.

Equivalent CLI keyword
CurrentPackagePath
Equivalent IBM® Data Server Provider for .NET connection string keyword
Not available.
db2dsdriver.cfg configuration syntax
<parameter name="CurrentPackagePath" value="schema1, schema2, ..."/>
Default setting:
The clause is not appended.
Equivalent connection attribute:
SQL_ATTR_CURRENT_PACKAGE_PATH
Usage notes:

When set, this option issues the statement SET CURRENT PACKAGE PATH = schema1, schema2, ... after every connection to the database. This setting specifies the list of schema names (collection identifiers) that will be searched when there is a package from a different schema.

This keyword is best suited for use with ODBC static processing applications.