Vij
April 19th, 2001, 03:59 PM
Hi All,
I am looking for pointers, for what looks to be a reasonable requirement.
Currently we have few predefined reports that can be invoked from the application. However, the new requirement is that the admin should be able to add new reports and they should be recognized and displayed on invoking from the client.
Whats the best way of doing it ?
Our app is a 3 tier architecture, the client talks to db thru middle tier(sitting on the server). So the DSN resides just on the server. Database connectivity from Client directly is not desireable.
We have all the preconfigured reports in the reports folder on the client, which on invoking is populated from the client (app) which calls a SP and then binds the data to the report.
(Report format just has the Field definition, they are not bound to database directly)
Thanks,
Vijay
I am looking for pointers, for what looks to be a reasonable requirement.
Currently we have few predefined reports that can be invoked from the application. However, the new requirement is that the admin should be able to add new reports and they should be recognized and displayed on invoking from the client.
Whats the best way of doing it ?
Our app is a 3 tier architecture, the client talks to db thru middle tier(sitting on the server). So the DSN resides just on the server. Database connectivity from Client directly is not desireable.
We have all the preconfigured reports in the reports folder on the client, which on invoking is populated from the client (app) which calls a SP and then binds the data to the report.
(Report format just has the Field definition, they are not bound to database directly)
Thanks,
Vijay