Subject Re: [IBO] TIB_DSQL
Author Luiz
----- Original Message -----
From: "paolopf" <paolopf@...>
> Hi list,
> It's possible to perform a "FOR SELECT... DO" with a TIB_DSQL
> component directly?

No, It´s not. You have to create a SP and use a TIB_DSQL if no rows are
returned from SP, otherwise use a TIB_QUERY or TIB_CURSOR

Luiz.