Subject | Re: [IBO] Dataset Lookup |
---|---|
Author | Christian Mautendorfer |
Post date | 2003-07-31T21:56:39Z |
Thanks for you help Jason, really apreciate the answers.
property
the query will jump to that record?
Just repeating this because it sounds like a smart way to use it but is a
little off
on the way I was looking at properties so far. (Would have always put this
in a method
myself).
TIA.
--
--Chris
> > > > Also, is there some better way to jump to a certain record of whichJust to make sure I'm understanding you correctly. If I set the Bookmark
>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?
>
>Just use the Bookmark property. It delivers you a hex representation of the
>buffer value depending on what your keylinks columns are.
property
the query will jump to that record?
Just repeating this because it sounds like a smart way to use it but is a
little off
on the way I was looking at properties so far. (Would have always put this
in a method
myself).
TIA.
--
--Chris