Subject Re: [IBO] tibostoredproc 4.2Fp changed params not used
Author Frank Ingermann
Hi Uwe,

Uwe Cramer wrote:
> Hello,
> when i use the component and change the input param values via paramsbyname
> the output param result for the first call is correct.
> but the results from the next calls with changed input param values are the
> same as the first call.
<snip>

You could try to explicitly Prepare the storedproc before every execution
and Unprepare it afterwards. I vaguely remember a bug (in IB5.6) where
repeated calls to storedprocs without explicit preparation would cause
strange effects like the one you describe... maybe a hint.

regards & hth,
fingerman