Subject | MORE Re: [IBO] TIB_DQSL problem |
---|---|
Author | Helen Borrie |
Post date | 2003-05-28T16:31:03Z |
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
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