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

Crystal Reports.Net SetParameterValue is slow

Status
Not open for further replies.

davetwooh

Programmer
Feb 16, 2004
6
US
I have a few reports in Crystal Reports.net using a SQL Server 2000 database. I run my reports from ASP.Net pages, the report source is a Stored Procedure in SQL Server 2000. When i issue the SetParameterValue command in my ASPX.VB page it hangs for a good 15-20 seconds before it proceeds to the next line in my code. Anyone have ANY idea why that might happen?? The stored procedures are not in any way complicated, 2 parameters, a straight up select statement, and thats it.

Thanks,

Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top