Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass Params to Crystal Reports SP Data

Status
Not open for further replies.

DrSafety

Programmer
Apr 1, 2003
4
US
I have a CR report that uses a parameritized Stored Procedure for it's data source.

In the SQL Query is :"fillPage" "aPage" ,"aOpening". I also tried exec fillPage aPage ,aOpening with no results.

Any ideas?
 
Yes. I would have designed the report with an schema or field defs. THen I would have taken care of the SP in C#, and passed the parameter values in C#, obtained a dataSet and passed the dataSet to the Crystal Report without parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top