Hi,

If you have a page that accesses a few db tables, and utilizes all, or most
of the data in different ways at different times, do you think it would be
more efficient to load the data into a dataset when the page initializes
instead of doing multiple DB queries throughout the script?

Thanks - Trevor