Subject Re: [IBO] Dataset Lookup
Author Christian Mautendorfer
Hi Jason,

thanks for your answer.

At 07:48 31.07.2003, you wrote:
> > (I think he called it horizontal dataset refinement), where if you
> >
> > Has this ever been put in?
>
>Yes, this has been complete for some time now.

So is this used automagically if I use Locate?

> > Also, is there some better way to jump to a certain record of which the PK
> > value is know then to use the Locate method?
>
>The Locate() method optimizes where it can so chances are if you are
>locating based on the primary key then it will be as fast as if you are
>using a bookmark. If you want ease of use and to be sure to using the
>fastest way just use bookmarks.

My problem with this is I looked at all the Methods of TIB_Query down to
the Statement ancestor.
I can't find a GotoBookmark method anywhere.
Am I just blind or looking in the wrong place?

Is there any information how to manually construct a bookmark if you just
know the PK?

TIA.

>Jason Wharton

--
--Chris