Subject | Re: [IBO] TIBOQuery AutoFetchAll prop |
---|---|
Author | Luiz |
Post date | 2003-04-02T21:43:51Z |
Marcel,
----- Original Message -----
From: "Marcel Brink" <mbrink@...>
> Hi,
>
> I have a TIBOQuery which has some LookupFields
> to another TIBOQuery.
> I noticed in the IBOMonitor, when the AutoFetchAll
> property of the LookupDataset is False, that for every
> LookupField the Record in the LookupDataset is Fetched again.
> When I set the AutoFetchAll Property is set to True,
> i have no Fetches.....
>
> The problem is that I can't find an explanation of the
> AutoFetchAll property, so I don't know what that
> property is doing.
>
> Can someone maybe tell me what that Property will do ?
AFAIK, this property determines if all rows are fetched from server after
the dataset is opened.
Luiz.