Subject | Re: When AutoFetchAll = false, bad speed perfomance...how to get max. speed? |
---|---|
Author | Ulrich |
Post date | 2006-03-06T07:16:03Z |
Hello,
if you need the data visible in a grid or combobox the data must be
fetched over the line first. With the properties
AutoFetchAll/AutoFetchFirst/FetchWholeRow you only can decide when the
data will be fetched. Automatic when opening the dataset or manually
later.
Regards - Ulrich
if you need the data visible in a grid or combobox the data must be
fetched over the line first. With the properties
AutoFetchAll/AutoFetchFirst/FetchWholeRow you only can decide when the
data will be fetched. Automatic when opening the dataset or manually
later.
Regards - Ulrich