Subject | Re: [IBO] FOR SELECT in SP's |
---|---|
Author | Ryan Nilsson-Harding |
Post date | 2002-12-03T00:25:14Z |
Thanks Helen, I knew it would be simple.
I'm just surprised that I have not read before now how DSQL's are
for singleton selects (or DML's).
Or maybe I have and have just missed it or forgotten.
Not now though. This info is embedded in my head now!
Rgds,
-Ryan
I'm just surprised that I have not read before now how DSQL's are
for singleton selects (or DML's).
Or maybe I have and have just missed it or forgotten.
Not now though. This info is embedded in my head now!
Rgds,
-Ryan
> Yes, your problem is the choice of TIB_DSQL: it is not a datasetdesigned for
> component, so it cannot accept more than a single row. It's
> EXECUTING stuff. Use an IB_Query if you want a scrollabledataset, or
> IB_Cursor if you don't need scrolling.
>
> cheers,
> Helen