Subject | Re: [IBO] TIB_DSQL - more than one SQL statement possible? |
---|---|
Author | G. Nau |
Post date | 2005-05-17T12:51:47Z |
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.
Regards
Gunther
Am 17 May 2005 um 18:24 hat Helen Borrie geschrieben:
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.
Regards
Gunther
Am 17 May 2005 um 18:24 hat Helen Borrie geschrieben:
> >Or is it a limitation of TIB_DSQL of accepting only one statement per
> >execution?
>
> Well, yes :-)
>
> A TIB_Statement implements *one statement*, not multiple. If you want to
> use a component that executes multiple statements, one after another, you
> need a script. IBO has TIB_Script for this.
>
> Helen