Pegasus40218
Programmer
I'm trying to develop an N-Tier client-server data entry and reporting system, and I plan to use Crystal Reports for generating the reports.
Unfortunately, the application has to run across a very slow wide area network (approx 64Kbit) with the data stored on a remote SQL Server database. What I need to be able to do is build the report in memory without having the report engine directly access the database. Thus, I want to build a series of recordsets (one for each of the subreports) and pass them to Crystal to generate the final report...but I don't know how to do this...
Unfortunately, the application has to run across a very slow wide area network (approx 64Kbit) with the data stored on a remote SQL Server database. What I need to be able to do is build the report in memory without having the report engine directly access the database. Thus, I want to build a series of recordsets (one for each of the subreports) and pass them to Crystal to generate the final report...but I don't know how to do this...