Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 23, 2012 06:05 AM by atulthummar
Participant
960 Points
458 Posts
Apr 23, 2012 05:53 AM|LINK
hi all
can any one suggest me how to bind stored procedure to crystal report
1610 Points
388 Posts
Apr 23, 2012 06:05 AM|LINK
Hi,
Add the stored procedure into your report; like you would add a table.
Add the parameters the stored procedure needs to run; as parameters with exactly the same name they have on the stored procedure.
So if the SP had two parameters, @PARAM1 and @PARAM2 you would need these same paramaters (name, type etc) in your report.
Crystal will allow you to use the SP returned fields like any normal table's fields.
refer Below artical as a ref.
http://forums.asp.net/t/1146626.aspx/1
http://www.pdssoftware.com/newsletter/mar07/page6.htm
http://www.dbforums.com/microsoft-sql-server/1621221-calling-stored-procedure-crystal-report.html
narasappa
Participant
960 Points
458 Posts
how to bind stored procedure to cruystal Reports
Apr 23, 2012 05:53 AM|LINK
hi all
can any one suggest me how to bind stored procedure to crystal report
ravi.jadiyannavar@gmail.com
Pls Mark This Post As Answer If it Helps U..
Thanku
atulthummar
Participant
1610 Points
388 Posts
Re: how to bind stored procedure to cruystal Reports
Apr 23, 2012 06:05 AM|LINK
Hi,
Add the stored procedure into your report; like you would add a table.
Add the parameters the stored procedure needs to run; as parameters with exactly the same name they have on the stored procedure.
So if the SP had two parameters, @PARAM1 and @PARAM2 you would need these same paramaters (name, type etc) in your report.
Crystal will allow you to use the SP returned fields like any normal table's fields.
refer Below artical as a ref.
http://forums.asp.net/t/1146626.aspx/1
http://www.pdssoftware.com/newsletter/mar07/page6.htm
http://www.dbforums.com/microsoft-sql-server/1621221-calling-stored-procedure-crystal-report.html
Atul T.
Please click "mark as answer" if this post helped you.