Skip to content Skip to sidebar Skip to footer

How To Use A Stored Procedure In A Crystal Reports 8.5?

I have to make a new report using crystal report8.5 . I have created a stored procedure in SQL Server 2005. The stored procedure has one input parameter. Now I wanna to know that h

Solution 1:

First go to File > Options > Database (going from memory) and make sure the checkbox for Stored Procedures is ticked. Then, when you setup your connection to SQL Server, as well as a Tables section you'll see a Stored Procedures one beneath it. Find your stored procedure in the list, add it as the data source for your report, and you'll be able to use it as a normal source.


Post a Comment for "How To Use A Stored Procedure In A Crystal Reports 8.5?"