Connection pool problems
From: Geraldine Hobley (GeraldineHobley_at_discussions.microsoft.com)
Date: 02/08/05
- Next message: strah: "(e.KeyCode = Keys.Tab) does not work?"
- Previous message: Jay B. Harlow [MVP - Outlook]: "Re: Way to Specify Profile for Outlook ?"
- Next in thread: Kerry Moorman: "RE: Connection pool problems"
- Reply: Kerry Moorman: "RE: Connection pool problems"
- Reply: Mary Chipman [MSFT]: "Re: Connection pool problems"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 8 Feb 2005 09:33:09 -0800
Hello,
In my program I am doing a lot of connections to the database one
after the other and retrieving lots of records from the database. However I
am getting the message below when sometimes running this program. It would
appear that I have too many connections open. Is there any way that I can get
around this, or increase the number of connections, or close connections
after they are used.
Thanx in advance
Geri
Additional information: Timeout expired. 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.
- Next message: strah: "(e.KeyCode = Keys.Tab) does not work?"
- Previous message: Jay B. Harlow [MVP - Outlook]: "Re: Way to Specify Profile for Outlook ?"
- Next in thread: Kerry Moorman: "RE: Connection pool problems"
- Reply: Kerry Moorman: "RE: Connection pool problems"
- Reply: Mary Chipman [MSFT]: "Re: Connection pool problems"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|