Hello everyone,
I am trying to use a Crystal Report
Java Component to display a Report within my
JSP Page .TO do the above stated task i took the following steps,
step 1:I created a Tamplate Table that store the Report retrieved from querying the underline Table.Step 2:To display the Report ,the Crystal Report Viewer connect to DB to retrieve Data from Template Table.
To display a new report I will have to first trucate the Template Table and Repeat the steps again.so @ everytime the Template table reflect a new Data but the issues is that the Crystal Report Viewer does not display the new data in the Template Table when reloading it after the first time.It alway keep displaying the data from the first execution of step 1 and 2.pls can anybody tell me how I can reload data into a crystal report Viewer to reflect new Data in my Template Table.

???