CurrentSchema IBM data server driver configuration keyword

Specifies the schema used in a SET CURRENT SCHEMA statement upon a successful connection.

Equivalent CLI keyword
CurrentSchema
Equivalent IBM® Data Server Provider for .NET connection string keyword
CurrentSchema
db2dsdriver.cfg configuration syntax
<parameter name="CurrentSchema" value="schema name"/>
Default setting:
No statement is issued.
Usage notes:

Upon a successful connect, if this option is set, a SET CURRENT SCHEMA statement is sent to the DBMS. This allows the end user or application to name SQL objects without having to qualify them by schema name.