Connection pool statistics
- Last Updated: October 28, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Database Wire Protocol 8.0
- Documentation
Progress DataDirect has created a connection attribute to monitor the status of the Progress DataDirect for ODBC connection pools. This attribute, which is described in the following table, allows your application to fetch statistics for the pool to which a connection belongs.
| Connection Attribute | Description |
|---|---|
| SQL_ATTR_POOL_INFO Value: SQL_GET_POOL_INFO | Calling SQLGetConnectAttr (SQL_ATTR_POOL_INF,
SQL_GET_POOL_INFO) returns a PoolInfoStruct that contains the statistics for the
connection pool to which this connection belongs. This PoolInfoStruct is defined in
qesqlext.h. For example:
|