|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Connection Object in ASP |
From: |
Mark |
Date: |
2/15/2001 11:03:25 AM |
IP: |
208.184.60.244 |
Hi,
I strongly discourage storing connection objects in session variables due to the overhead.
What I usually do is open and close the connection when I need it which is easily done by writing two include files which contain database open and close functions.
check this link for more info on the topic
http://www.aspfaq.com/faq/faqShow.asp?fid=7
Regards
Mark
|
Previous Message
Follow Up - Re: Connection Object in ASP - Ripul 2/28/2001 5:10:06 AM
|
|
|
|
|
|
|
|
|
|
|
|