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

Stored Procedure Error--Help

Status
Not open for further replies.

elead

Technical User
Apr 20, 2001
38
US
I moved a report from a server running CR 8.5 to a server running CR 8.0

The page that calls the report uses the following for the Stored Proc and now it's erroring out..my guess is the rdc .dll is a bit different...can anyone tell me what the correct syntax for version 8.0 would be as I am in a time crunch

Session("oRpt").ParameterFields.GetItemByName("@dtBegin").AddCurrentValue(dtBegin)
Session("oRpt").ParameterFields.GetItemByName("@dtEnd").AddCurrentValue(dtEnd)

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top