Subject Re: [IBO] OnDMLCacheReceivedItem
Author Geoff Worboys
> Does the event OnDMLCacheReceivedItem works to a tib_cursor
> or only to tib_query?

I have not used it, but...

The event itself is defined in TIB_Dataset, which means it can apply
to TIB_Cursor. However the default processing has only been applied
to TIB_BDataset (TIB_Query) because it relies on bookmarks - that are
only effective in the buffered dataset.

I am guessing it would be possible to make TIB_Cursor respond to the
event with your own code attached to the handler.


Geoff Worboys
Telesis Computing