Connection Attribute
|
Description
|
SQL_ATTR_CLEAR_POOLS
Value: SQL_CLEAR_ALL_CONN_POOL
|
Calling SQLSetConnectAttr (SQL_ATTR_CLEAR_POOLS, SQL_CLEAR_ALL_CONN_POOL) clears all the connection pools associated with the driver that created the connection.
This is a write-only connection attribute. The driver returns an error if SQLGetConnectAttr (SQL_ATTR_CLEAR_POOLS) is called.
|
SQL_ATTR_CLEAR_POOLS
Value: SQL_CLEAR_CURRENT_CONN_POOL
|
Calling SQLSetConnectAttr (SQL_ATTR_CLEAR_POOLS, SQL_CLEAR_CURRENT_CONN_POOL) clears the connection pool that is associated with the current connection.
This is a write-only connection attribute. The driver returns an error if SQLGetConnectAttr (SQL_ATTR_CLEAR_POOLS) is called.
|