Re: Chronic database connection failure
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Mon, 25 Sep 2006 19:44:52 -0400
neveroncontact@xxxxxxxxxxx wrote:
OK that seems very apropos. We definitely run lots and lots of new
execute commands on the same session, but we never had this problem
with Windows 2000 and whatever version of IIS we were running on that
(not 6.0). Is there something different about IIS 6.0 that is
creating this issue?
None that I'm aware of.
Do you use explicit Connection objects? Failure to use explicit Connection
objects can result in the use of implicit connections. I'm talking about the
practice of using a connection string when opening recordsets or executing
Command objects, instead of creating and opening an explicit Connection and
using that object to open recordsets and run commands.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Follow-Ups:
- Re: Chronic database connection failure
- From: neveroncontact
- Re: Chronic database connection failure
- References:
- Chronic database connection failure
- From: neveroncontact
- Re: Chronic database connection failure
- From: Bob Barrows [MVP]
- Re: Chronic database connection failure
- From: neveroncontact
- Re: Chronic database connection failure
- From: neveroncontact
- Chronic database connection failure
- Prev by Date: Re: Chronic database connection failure
- Next by Date: Re: Chronic database connection failure
- Previous by thread: Re: Chronic database connection failure
- Next by thread: Re: Chronic database connection failure
- Index(es):
Relevant Pages
|