Print Page | Close Window

Stored Procedure

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=619
Printed Date: 02 May 2024 at 6:32am


Topic: Stored Procedure
Posted By: ACalderon
Subject: Stored Procedure
Date Posted: 03 May 2007 at 10:07am
Hi, good day.
 
I am having a lot of trouble in the creation of a report from an stored procedure, when I add the report and the expert prompts for the information that has to be in the report, I cannot get enabled the finish button when I insert an stored procedure as a table.
Confused
Please, I need help urgently !!!


-------------
Thanks and Best Regards
AC



Replies:
Posted By: ACalderon
Date Posted: 07 May 2007 at 5:55am

Still need help !!

Can someone show me the correct structrure for an Stored Procedure that works with the report expert?
 
Alter Sp @1 int, @2 int
as
Begin
 
Select  * from table where mailto:1=@1 - 1=@1 and mailto:2=@2 - 2=@2
end


-------------
Thanks and Best Regards
AC



Print Page | Close Window