UpdateRecordTypes

Forum related to the ZDBC API-Layer

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
wobben
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 25.09.2008, 11:16
Contact:

UpdateRecordTypes

Post 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.
wobben
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 25.09.2008, 11:16
Contact:

Post by wobben »

Ah, found it. Great (feel silly though)... Found it looking through sources for 'modified':

Code: Select all

ShowRecordTypes := [usModified, usInserted, usUnmodified];
Post Reply