CurrentPackagePath CLI/ODBC configuration keyword
Issues 'SET CURRENT PACKAGE PATH = schema1, schema2, ...' after every connection.
- db2cli.ini keyword syntax:
- CurrentPackagePath = 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 command "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, rather than CLI applications.