C
ChenChen
I have a crystal report (rpt file) that uses sql2k stored procedure.
The stored procedure has some @ parameters.
No matter what i am doing, the report doesn't move the parameters to the sp
itself. I know it because i get an error:
"The report you requested requires further information"
When i try to monitor the sql activity, i see that the sp run by the crystal
report like that:
"sp_Test null,null,null,null"
I am quite sure that the parameters were injected in the correct way to the
rpt file.
PLZ HELP!!!!
The stored procedure has some @ parameters.
No matter what i am doing, the report doesn't move the parameters to the sp
itself. I know it because i get an error:
"The report you requested requires further information"
When i try to monitor the sql activity, i see that the sp run by the crystal
report like that:
"sp_Test null,null,null,null"
I am quite sure that the parameters were injected in the correct way to the
rpt file.
PLZ HELP!!!!