I have read some different comments/posts on when a connection pool is disposed and was hoping for some clarification(.NET 1.1).
The connection string does not specifically set ANY properties related to pooling. I open a connection, then dispose of this connection, does the pool still exist? Some posts say that if no open connection exists in the pool, it is disposed. Others appear to say it persists throughout the life of the application.
My application behaves as if pools are not being utilized so I am wondering if my pools are being removed.
TIA!
The connection string does not specifically set ANY properties related to pooling. I open a connection, then dispose of this connection, does the pool still exist? Some posts say that if no open connection exists in the pool, it is disposed. Others appear to say it persists throughout the life of the application.
My application behaves as if pools are not being utilized so I am wondering if my pools are being removed.
TIA!