In the performance tuning tips located on this website under ASP/SQL, I quote: quote: If your ASP pages reuse the same static data over and over again, don't automatically just store this data in your database and retrieve it every time it is needed. Instead, cache it on the web server itself. When it says to cache it on the web server, does that mean create an access database or the like on the web server, to hold the static data?
http://www.4guysfromrolla.com/webtech/learnmore/caching.asp MeanOldDBA derrickleggett@hotmail.com When life gives you a lemon, fire the DBA.