Subject | Re: [IBO] FOR SELECT in SP's |
---|---|
Author | Helen Borrie |
Post date | 2002-12-03T00:37:48Z |
At 12:25 AM 03-12-02 +0000, you wrote:
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
>Thanks Helen, I knew it would be simple.Ryan, a tip ---
>
>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!
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