Subject | Re: [IBO] Re: Refresh Problems |
---|---|
Author | Geoff Worboys |
Post date | 2001-05-14T08:10:17Z |
> I looked at the example. It doesn't uses TIBOTable anywhere,DMLCaching is a feature of the native (TIB_*) components. I am not
> and there is no such property called DMLCacheFlags in it.
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 toJason presumed you were looking for a way to refresh records modified
> refresh only the modified record
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