MaxPoolSize IBM data server driver configuration keyword
Specifies the maximum connection pool size.
- Equivalent CLI keyword
- N/A
- Equivalent IBM® data server provider for .NET connection string keyword
- Max Pool Size
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="MaxPoolSize" value="no maximum"/>
- Default setting:
- There is no maximum.
- Usage notes:
- An integer that represents the maximum number of connections in the connection pool. The minimum pool size is set with the MinPoolSize keyword.