Subject Re: MORE Re: [IBO] TIB_DQSL problem
Author IB Objects
> > Use TIB_SQL only for EXECUTE statements. It will return a result *only*
on
> > a call to execute procedure that RETURNS a singleton return set.

It is also valid to execute a singleton SELECT statement in a TIB_DSQL if is
all you want is one and only one result record returned. It is more wire
efficient to do it this way. Plus, you may want an exception raised if there
isn't one result record.

Jason Wharton