Subject Re: [IBO] TIB_DSQL - more than one SQL statement possible?
Author Helen Borrie
At 02:51 PM 17/05/2005 +0200, you wrote:
>Only 1 Statement, I see.
>I already gave TIB_Script a look, but that doesn't has param-
>Support.
>Okay, then I'll stay with TIB_DSQL and double them, one for each
>statement.

If you want to pass params to multiple statements, write a stored
procedure. Then your IB_DSQL is
EXECUTE PROCEDURE DoLotsOfThings(<as many params as you like)

Helen