Subject Re: [IBO] Re: Refresh Problems
Author Geoff Worboys
> I looked at the example. It doesn't uses TIBOTable anywhere,
> and there is no such property called DMLCacheFlags in it.

DMLCaching is a feature of the native (TIB_*) components. I am not
sure whether it would work as required if you accessed (at runtime)
the InternalDataset property of the TIBOTable or TIBOQuery. Perhaps
someone who uses TIBO* stuff will respond accordingly.

This thread started with...

> Is there any way to tell the table to
> refresh only the modified record

Jason presumed you were looking for a way to refresh records modified
by other users/transactions - the solution to this being DMLCaching.

However if you are just talking about ensuring that the current record
is updated/refreshed when it is posted - then the BufferSynchroFlags
property will take care of that for you.

Note: If you are concerned about performance, get away from
TIBOTable. Use TIBOQuery so that you can optimise your select
statement to retrieve only those fields that are actually required.
Better still use the native components - although I know this is not
always practical for other reasons.


HTH

Geoff Worboys
Telesis Computing