Page 1 of 1

UpdateRecordTypes

Posted: 25.09.2008, 11:25
by wobben
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.

Posted: 25.09.2008, 12:10
by wobben
Ah, found it. Great (feel silly though)... Found it looking through sources for 'modified':

Code: Select all

ShowRecordTypes := [usModified, usInserted, usUnmodified];