skip to main content
Using the ADO.NET Client : Specifying Connection Options : Max Pool Size
 

Max Pool Size

Property

MaxPoolSize

Description

Specifies the maximum number of connections within a single pool. When the maximum number is reached, no additional connections can be added to the connection pool.

Valid Values

A positive integer from 1 to 65535.
For example, if set to 20, the maximum number of connections allowed in the pool is 20.

Default

100