Subject | Dataset Lookup |
---|---|
Author | Christian Mautendorfer |
Post date | 2003-07-30T16:07:18Z |
I remember ages ago Jason planned to implement something
(I think he called it horizontal dataset refinement), where if you
were searching for a particular record it would open a new
cursor and start fetching from there.
Has this ever been put in?
The reason I ask this is because I have 3 different adresses connected
to one table (linked over their pk)
I manualy display them (non data-aware controls).
I was wondering if it was possible to just use 1 query for all three and have
that query be populated as needed. This would preven duplicates fetches
(As often 2 of the adresses may be the same).
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?
Thanks,
--
--Chris
(I think he called it horizontal dataset refinement), where if you
were searching for a particular record it would open a new
cursor and start fetching from there.
Has this ever been put in?
The reason I ask this is because I have 3 different adresses connected
to one table (linked over their pk)
I manualy display them (non data-aware controls).
I was wondering if it was possible to just use 1 query for all three and have
that query be populated as needed. This would preven duplicates fetches
(As often 2 of the adresses may be the same).
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?
Thanks,
--
--Chris