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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pls help me on stored procedures

Status
Not open for further replies.

vjvincent

Programmer
Aug 8, 2002
7
PH
Hi, I need help on passing parameters from ASP to Crystal Report. I have created a Report which uses 2 different stored procedure with each has a parameter. How can I pass the same value of a first stored proc to the next? I’m using this method:

objCrystal.StoredProcParam(0) = "20020812001"

But when I’m running the report it only return the result of the first stored Procedure.


Thanks in Advance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top