The BDE also supported the CachedUpdate mechanism. It also allowed the developer to set a filter based upon the row state, being unmodified, inserted, updated etc.
This filter was set by using the UpdateRecordTypes.
Is there an equivalent in ZeosLib somehow?
Thanks.
UpdateRecordTypes
Moderators: gto, cipto_kh, EgonHugeist
Ah, found it. Great (feel silly though)... Found it looking through sources for 'modified':
Code: Select all
ShowRecordTypes := [usModified, usInserted, usUnmodified];