Aug 16, 2004 #1 redeemasp Programmer Joined Jun 1, 2004 Messages 63 Location GB Hi there, A report that I am performing at the present time I need call and use SQL functions from Microsoft SQL server. Can this be done in Crystal version 10? I know you can run stored procedures, and get back data to the report. Cheers Lee.
Hi there, A report that I am performing at the present time I need call and use SQL functions from Microsoft SQL server. Can this be done in Crystal version 10? I know you can run stored procedures, and get back data to the report. Cheers Lee.
Aug 16, 2004 #2 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US Call the function from within an SP. Perhaps you can share what this function does and it's intent? You might use a Crystal SQL Expression to return the same thing. -k Upvote 0 Downvote
Call the function from within an SP. Perhaps you can share what this function does and it's intent? You might use a Crystal SQL Expression to return the same thing. -k