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

Passing SQL Server sp parameter from ASP page to Report

Status
Not open for further replies.

jdub99

Programmer
Oct 25, 2001
1
CA
I am trying to pass a parameter From an ASP page to a crystal report for opening in the ActiveXviewer. The report uses a Stored Procedure. I'm not sure that I'm passing the parameter correctly but it does get to the point where it loads the viewer, however at the top of the page it give me the message: "An Error has occured on the server in attempting to access the data source"

I have the web site set up locally on my machine and it is accessing a SQL DB located on a Server on our network. When I run the report directly within Crystal I don't have any problems with data access or anything else.

Does anyone have any suggestions on how I can resolve this problem or any approach to debugging?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top