fishAnyone?
New member
Hello everyone,
I have a data driven application in VB which works with an SQL Server 05 Database.
Since this app makes use of many queries and commands, occasionally i'me getting a timeout error as the connection pool is full. So i figured that at a specifc point in time within the app, i'll clear the connection pools using the ClearAllPools method rather than increase max pool size.
I'm using the performance monitor on my XP development machine (NumberOfPooledConnections) however not once do i see the number of Pooled Connections reset to 0 even when that method is called.
How can I determine that my solution is working (if it is) before I deploy the update?
Thanks,
fish.
I have a data driven application in VB which works with an SQL Server 05 Database.
Since this app makes use of many queries and commands, occasionally i'me getting a timeout error as the connection pool is full. So i figured that at a specifc point in time within the app, i'll clear the connection pools using the ClearAllPools method rather than increase max pool size.
I'm using the performance monitor on my XP development machine (NumberOfPooledConnections) however not once do i see the number of Pooled Connections reset to 0 even when that method is called.
How can I determine that my solution is working (if it is) before I deploy the update?
Thanks,
fish.