ProcessDMLCacheItem method |
Applies to
TIB_Connection
Declaration
Procedure ProcessDMLCacheItem(var AKeyFieldNames: string; var AKeyFieldValues: variant; var ADMLCacheItemType: TIB_DMLCacheItemType);
Description
This method is used to initiate the announcement of a DMLCacheItem so that
all the datasets in this connection can synchronize to changes that have taken
place externally to the connection.
It is ideally fed by an IB_Events alerter component that reads the pertinent
information from a table containing a log of recent changes in the database
which is fed by triggers configured on the tables that you want to maintain
synchronization on.