Page 1 of 1

SQL Stored Procedure

Posted: Thu Dec 12, 2002 1:53 pm
by agalewski
I have a RR SQL V9 report based on a stored procedure, the stored procedure is set up to require 2 parameters. I need to pass these parameters into the stored procedure when I call the report from a web page using Rattler. Should I use RI_REPLACE or something else?____Thanks__Ali

=> RE: SQL Stored Procedure

Posted: Thu Dec 12, 2002 4:07 pm
by kfleming
There is currently no RattleRR equivalent function for RI_REPLACE.__So I do not think that this can be done unless you want to call RSWRUN.EXE and RI_REPLACE and output the report to a PDI file with an HTML container so that it can be displayed in the browser.____Kathleen__R&R Support