Re: ADO Connection object in Session_OnEnd

From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 09/24/04


Date: Fri, 24 Sep 2004 09:58:12 -0400


> Actually, the connection object is put into a Session variable, and is
> reopened and closed every time an asp page is processed.

No, no, no, don't do this, ever.

> From what you (and the others) say, it shouldn't be done this way, and I
> should create a new Connection object in every asp page. Right?

Yes, always.