Subject MORE Re: [IBO] TIB_DQSL problem
Author Helen Borrie
Oh, are you really using a TIB_DSQL for a SELECT statement? You need a
TIB_Cursor for this, as TIB_DSQL is not a dataset component.

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.

Helen