I am using a stored procedure as a datasource for my report which has 4
parameters. So the problem is after adding this stored procedure I can't see
any fields under Database Fields section. Its understandable that I haven't
given any values to the parameters. I can see the parameters under the
Parameter Fields section. I don't know how to give the parameters values so
that I can get Database Fields and start designing report. I am using
Crystal Reports.NET. I tried to give the parameters values by editing them
but that didn't workout.
I also tried an alternative by putting this procedure into Command:
EXEC afzi.ChangesReports_Web {?PARAMETER1},{?PARAMETER2}
Its also not working..... because again how I am going to give the initial
values...
Is there a way if I can change the SQL thru code?
Any help will be appreciated.
Thanks
parameters. So the problem is after adding this stored procedure I can't see
any fields under Database Fields section. Its understandable that I haven't
given any values to the parameters. I can see the parameters under the
Parameter Fields section. I don't know how to give the parameters values so
that I can get Database Fields and start designing report. I am using
Crystal Reports.NET. I tried to give the parameters values by editing them
but that didn't workout.
I also tried an alternative by putting this procedure into Command:
EXEC afzi.ChangesReports_Web {?PARAMETER1},{?PARAMETER2}
Its also not working..... because again how I am going to give the initial
values...
Is there a way if I can change the SQL thru code?
Any help will be appreciated.
Thanks