Subject Re: [IBO] FOR SELECT in SP's
Author Helen Borrie
At 12:25 AM 03-12-02 +0000, you wrote:
>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!
Ryan, a tip ---
It's worthwhile getting inside the help file and working your way through
the hierarchy of the IBO statement descendants, from TIB_Statement
forward. Use the green Hierarchy button on the toolbar...start at
TIB_Statement - where you will see that it branches to TIB_DSQL and
TIB_Dataset. If you study the props and methods as they accumulate to the
new classes, you'll get a really good feel for which is the *right* one to
choose for a particular task.

cheers,
Helen