Summary of Pooling Related Connection Attributes
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The following table summarizes how connection pooling related connection attributes work with the drivers. See Specifying ODBC Connection Attributes for details about configuring these and other attributes.
| Option | Characteristic |
| Pooling | Enables connection pooling. |
| ConnectionReset | Resets a connection that is removed from the connection pool to the initial configuration settings of the connection. |
| LoadBalanceTimeout | An integer value to specify the amount of time, in seconds, to keep connections open in a connection pool. |
| LoadBalanceTimeout | An integer value to specify the amount of time, in seconds, to keep connections open in a connection pool. |
| MaxPoolSize | An integer value to specify the maximum number of connections within a single pool. |
| MinPoolSize | An integer value to specify the minimum number of connections that are opened and placed in a connection pool when it is created. |