Hello,
I have a stored procedure with 2 parameters. @DateFrom and @DateTo. Normally I would execute this stored procedure in Query Analyzer (Exec UD 20090101,20091231)but I need to put this into a Crystal Report using an ODBC Connection for other users to run. the stored procedure has no output it creates tables and inserts data into those tables which is used in other crystal reports.
How can I pass these parameters into Crystal XII. I've tried to create an ODBC Connection but get a database connector error.
Any help would really be appreciated.
Thanks!
I have a stored procedure with 2 parameters. @DateFrom and @DateTo. Normally I would execute this stored procedure in Query Analyzer (Exec UD 20090101,20091231)but I need to put this into a Crystal Report using an ODBC Connection for other users to run. the stored procedure has no output it creates tables and inserts data into those tables which is used in other crystal reports.
How can I pass these parameters into Crystal XII. I've tried to create an ODBC Connection but get a database connector error.
Any help would really be appreciated.
Thanks!