Subject Re: [IBO] Fetching Query Results......
Author lester@lsces.globalnet.co.uk
> Here is what i have setup in the form to activate edit, insert or
> view.Now my problem is that when called on a slow link I see a message
> "fetching query results" Row : ... and it fetches the whole dataset.
> My first attempt was to set FetchWholeRows to false with no
> improvement.

FetchWholeRows only controls reading all the data on the line or just
the keys.

The setting you need to check is AutoFetchAll. If set then all data will
be read. If FetchWholeRows is also set, then all data will be copied,
but if FetchWholeRows is false, then it depends on the size of the
records just what is loaded.


--
Lester Caine
-----------------------------
L.S.Caine Electronic Services