Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Crystal Reports using a Stored Procedure


Message #1 by <herbe@a...> on Tue, 26 Mar 2002 10:48:45 -0500
I use stored procedures all the time instead of linking my records through crystal. It also provides
additional options of using crystal to update the database, create temporary tables for multiple tables concatenation, merge
multiple selections of data, just about anything. Pretty dangerous way to use Crystal. 

Creating your stored procedure with parameters will automatically create the parameter in Crystal. All you need to do then is set
the format mask and prompt string.

At 10:48 AM 3/26/2002 -0500, you wrote:
>     I am using a Stored Procedure to make a report with Crystal, I read 
>     somewhere that a stored Procedure will take slower than a view.  Is 
>     this true?
>     
>     Also How do I pass parameters to crystal
>     
>     Thanks
>     
>
>


  Return to Index