Okay, this may sound like a stupid question -- I am using the ASP scripts for 8.5 to serve up reports from a web server. All that works fine -- however, now I want to save the data with the report, since the reports take a while to load (there are about 12000 records and takes over a minute to load). No problem, I can do that in my designer and it loads up pretty quick when I view it locally.
The problem I am having is that on the web server, the report still insists on retrieving the data from the database -- how do I prevent the processreport.asp from re-fetching the data again and use only the data in the report?
(I did take out the DiscardSaveData line)
thanks!
Tim P.
The problem I am having is that on the web server, the report still insists on retrieving the data from the database -- how do I prevent the processreport.asp from re-fetching the data again and use only the data in the report?
(I did take out the DiscardSaveData line)
thanks!
Tim P.