Hi,
In my application im generating a crystal report by dynamically adding the dataset. Up to now all are fine, But now i need to add new table to dataset and use that in the report.
What i did was,
1- Create the the xml schema file for new dataset and updated the database fields in the crystal report. So Now new table is appearing on Field explore panel.
2-Then i dragged and dropped the a field from the new table.
But when i view the report all the database fields values (from previous table as well as new table) are not display in the report. even i don't use any field from the new table in the report, it gives same error. It seems change of the dataset schema causes the problem.
Language : c#
IDE :VS2005
Can any one figure out this mess?
Thanks in advance.
Wijitha