Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a creatred a data set using a wizard which I use in reports(crystal reports).

This data set is bound to a stored procedure through the data source wizard.

The wizard creates a data table and table adatper in the data set.

The data table has all the fields which the stored procedure is returning as well as the input parameters(The wizard does all this creation).


The problem:

The problem is now if one or more fields are added or modified in the SP then I cannot see them in my data set designer or in the fields list in reports which is bound to this data set.

How to refresh my data set to show the new changes.

Please let me know in case I need to elaborate more on this.

I am using VS 2008 and .NET framework 3.5.

Cheers..

Sakshi
Posted
Comments
sandipapatel 3-Dec-10 13:08pm    
Most probably its like typed datasets in VS.
So may be its hard to change when schema of db changes

1 solution

I'm not sure this is what you're asking for, but to refresh the database in the Crystal Reports designer you go to the Field Explorer, then right click on Database Fields and select Verify Database. It might not work until your dataset is updated though...

Hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900