G
Guest
Hello everyone,
I'm working with a web application now and we're finding a way to improve
the speed of viewing a report (Crystal report).
We used a dataset instead of connecting the crystal report directly to the
SQL Server that we are using. We thought that this time, we will only have
one connection to the SQL Server and that is when filling the dataset.
However, during our test of the report, we found out that the Stored
procedure that we used in the dataset is being executed everytime the report
form changes.
Does this mean that the dataset refreshes it self everytime the Crystal
report uses its data? We thought that we only have to fill the dataset once
and that there will be no other connection to the SQL Server that will be
created (by the Crystal report, i guess) everytime we changes a report page.
Your ideas will be higly appreciated.
Thank you.
I'm working with a web application now and we're finding a way to improve
the speed of viewing a report (Crystal report).
We used a dataset instead of connecting the crystal report directly to the
SQL Server that we are using. We thought that this time, we will only have
one connection to the SQL Server and that is when filling the dataset.
However, during our test of the report, we found out that the Stored
procedure that we used in the dataset is being executed everytime the report
form changes.
Does this mean that the dataset refreshes it self everytime the Crystal
report uses its data? We thought that we only have to fill the dataset once
and that there will be no other connection to the SQL Server that will be
created (by the Crystal report, i guess) everytime we changes a report page.
Your ideas will be higly appreciated.
Thank you.