Unless you use this very often it is not much overhead to read it in all the time when 
you need it.

You can read it in and save it in a session object once when the user login.
You can read it in once for the whole project and save it in a globol session object.

Again since the table is so small I would not worry about it.


"Dennis Hallman" <[EMAIL PROTECTED]> wrote:
>
>I have a table that contains a list of all valid Holidays.  How can I serialize the 
>Holidays in a HashTable that can be accessed by several pages?  (i.e would
>I add code in the afterinit)  Also, how would the serailize file be affected after 
>an update/add to the Holiday table?  Or does anyone have any other ideas how
>this can be accomplished without having to run the same sql code several times?  
>
>Dennis Hallman

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to