Subject | Re: [IBO] Using AutoFetchAll |
---|---|
Author | Jason Wharton |
Post date | 2002-01-18T15:36:33Z |
AutoFetchAll is totally unrelated to ApplyUpdates and CommitUpdates.
These two methods have to do with CachedUpdates being true and your handling
of the cached updates in the buffers.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
These two methods have to do with CachedUpdates being true and your handling
of the cached updates in the buffers.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "rodbracher" <rod@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 16, 2002 2:48 AM
Subject: [IBO] Using AutoFetchAll
> Hi
>
> If I use AutoFetchAll with a tIBOTable on a DataMod - and then the
> table has new records inserted to it later on a local form tIBOTable -
> does the applyupdates force a refresh on the datamod table ?
>
> AND
>
> I am not clear as to the difference between applyupdates and
> commitupdates - sometimes I have to use apply and then commit to make
> sure things like twwgrids reflect the appropriate changes.
>
> Thanks - Rod