Subject | Re: [IBO] Locate and the POS-attribute |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2001-11-05T19:59:19Z |
> Because when you call Last, First, Locate, etc. you activate cursorsI have really a lot of Lookup-Queries in my app and I think, when all of them
> fetching records instead of just moving a record pointer in memory.
fetch all there data when opening, this will take too long. My suggestion is, to
set AutoFetchAll to false and don't use the POS-attribute at the Lookup-Queries.
What do you think ?
Guido