Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - question: Common.asp in new_page and DB connection
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

question: Common.asp in new_page and DB connection

 Post Reply Post Reply
Author
miladanimator View Drop Down
Groupie
Groupie
Avatar

Joined: 24 July 2005
Location: United States
Status: Offline
Points: 156
Post Options Post Options   Thanks (0) Thanks(0)   Quote miladanimator Quote  Post ReplyReply Direct Link To This Post Topic: question: Common.asp in new_page and DB connection
    Posted: 09 March 2006 at 6:14pm
I Need To Design A New_Page.asp in mysite/forum folder that contain :

<!--#include file="includes/header.asp" -->

And Now I have a question :
when I include the common.asp in a new .asp page , should I insert this code to close the Database Connection ?

<%
'Release server objects
Set rsCommon = Nothing
adoCon.Close
Set adoCon = Nothing
%>

And where I should insert this code ? End of the page or ... ???

Excuse me for my bad English grammer ...
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 10 March 2006 at 1:27pm
If you include the 'common.asp' file you will need to close the database connection.

I'm currently working on modulising the code in version 8 so that you call openDatabase() to open the database and closeDatabase() to close it.

This should make it simpler for moders and for those wanting to use forum data in other parts of their sites for 'last 10 posts' or membership integration.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.