I am using Crystal 10 from within Microsoft Visual Studio. I have a Crystal Report which uses data from an XSD table. I have amended this XSD table to add 3 new fields from within Visual Studio.
However, when I open my Crystal Report (again from within Visual Studio) and click Verify Database it says my table is up to date and does not add the 3 new fields. This is very frustrating as I need to add these 3 new fileds to the report.
I have noticed that within my project there is dsClient.xsd and dsClient.vb. dsClient is the name of my xsd dataset and I opened this to amend the table structure. It would appear that dsClient.vb was auto generated when I originally set the table up but it has not changed now I have added the 3 new fields - is this part of my problem?
However, when I open my Crystal Report (again from within Visual Studio) and click Verify Database it says my table is up to date and does not add the 3 new fields. This is very frustrating as I need to add these 3 new fileds to the report.
I have noticed that within my project there is dsClient.xsd and dsClient.vb. dsClient is the name of my xsd dataset and I opened this to amend the table structure. It would appear that dsClient.vb was auto generated when I originally set the table up but it has not changed now I have added the 3 new fields - is this part of my problem?