|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Connection Pooling / Connection and Recordset Objs. |
From: |
Chad Brooks |
Date: |
3/19/1999 2:33:05 PM |
IP: |
208.229.240.131 |
The right thing to do would be to call a "destruct" routine before every redirect. You do not need to do this though. Each component created in the scope of your asp script will be destroyed, once execution of that page stops (you redirect). The type of "pooling" that you are referring to has only page-scope. You might create an ado connection object on the session level, or better yet, use MTS components to call the database. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|