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

Error with using SQL Server stored procedure in crystal report ...

Status
Not open for further replies.

request

Programmer
Dec 5, 2001
76
0
0
US
I have used the stored procedure that I created in SQL Server in my crystal report.

However, when I am trying to run the report, it gives me the following error message:

General SQL Server Error: Check MEssages From the SQL Server.
Error Detected By Database DLL.

WHY AM I GETTING THIS ERROR???

Also, in the stored procedure I have created a temp table as ##temp_coll. I have a select statement in my stored procedure as
select * from ##temp_coll

Please help.

Thanks.
 
Did you test your stored procedure in the SQL Server Query Analyzer by using the EXEC SPName 'parameter' to catch any problems?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top