Re: ADO Connection object in Session_OnEnd
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 09/24/04
- Next message: Bob Barrows [MVP]: "Re: ADO Connection object in Session_OnEnd"
- Previous message: Bob Barrows [MVP]: "Re: ADO Connection object in Session_OnEnd"
- In reply to: Agoston Bejo: "Re: ADO Connection object in Session_OnEnd"
- Next in thread: Bob Barrows [MVP]: "Re: ADO Connection object in Session_OnEnd"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Bob Barrows [MVP]: "Re: ADO Connection object in Session_OnEnd"
- Previous message: Bob Barrows [MVP]: "Re: ADO Connection object in Session_OnEnd"
- In reply to: Agoston Bejo: "Re: ADO Connection object in Session_OnEnd"
- Next in thread: Bob Barrows [MVP]: "Re: ADO Connection object in Session_OnEnd"
- Messages sorted by: [ date ] [ thread ]