Re: Normal Practice....
From: Marina (someone_at_nospam.com)
Date: 11/03/04
- Next message: Roger Bavaud: "DirectorySearcher Filter Exchange Server"
- Previous message: mg: "Process.Start syntax"
- In reply to: Wilson Smith: "Normal Practice...."
- Next in thread: Kevin Spencer: "Re: Normal Practice...."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Nov 2004 16:14:28 -0500
I agree with Curt. It's good practice to get into the habit of closing
resources after you are done.
Besides, some day your functions may end up in a class library, in which
case it will all become more difficult for you to have page_unload take care
of everything.
"Wilson Smith" <WWilson67@hotmail.com> wrote in message
news:uahXLLewEHA.2568@TK2MSFTNGP11.phx.gbl...
> Microsoft document says use the Page_Unload event to perform final cleanup
> work.
>
> Like, closing files, closing database connections.
>
> Considering the performance of the application is it always a good idea to
> open the database connection at the Page_Load and do all the work and
close
> the connection in the Page_Unload event? Currently for each routine in its
> specific function/sub routine I am opening the database connection and
> closing.
>
> I am just curious what the normal practice in the industry is in this
> scenario.
>
> Thanks for your reply.
>
> Will
>
>
- Next message: Roger Bavaud: "DirectorySearcher Filter Exchange Server"
- Previous message: mg: "Process.Start syntax"
- In reply to: Wilson Smith: "Normal Practice...."
- Next in thread: Kevin Spencer: "Re: Normal Practice...."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|