Connection Pool problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I need help....
I am get that error
The timeout period elapsed prior to obtaining a connection from the pool.
This may have occurred because all pooled connections were in use and max
pool size was reached.

but in My code I am close the connection but still I am get that error.
HELP
 
IMO it is still very likely you have unreleased connections. You could use
the performance counter to see how the number of pooled connections
evolves...

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top