EnableKeepDynamic IBM data server driver configuration keyword
Specifies if EnableKeepDynamic function is available to the various applications.
- Equivalent CLI keyword
- KeepDynamic
- Equivalent IBM® Data Server Provider for .NET connection string keyword
- N/A
- Equivalent IBM Data Server Driver for JDBC and SQLJ property
- keepDynamic
- db2dsdriver.cfg configuration syntax
<parameter name="EnableKeepDynamic" value="0 | 1"/>
- Default setting:
- 0
- Equivalent connection attribute:
- SQL_ATTR_KEEP_DYNAMIC
- Usage notes:
- The EnableKeepDynamic configuration keyword should be set according to how the packages were bound on the Db2® for z/OS® and OS/390® server. Set
EnableKeepDynamic
as follows:- 0 - if the packages on the server were bound with the KEEPDYNAMIC NO option
- 1 - if the packages on the server were bound with the KEEPDYNAMIC YES option