Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ClientDataset and IBEvents

Status
Not open for further replies.

Oppenhiemer

Programmer
Jun 28, 2001
315
GB
Hi -

I was wondering if anyone knew if there is any way to use the IBEvents component in conjunction with the TClientDataset components ?

I have an Interbase database with a trigger that fires an event when an update to a table takes place.

I know the trigger works with the Standard IBX components as I have tested it. But when I use the ApplyUpdates method of the TClientDataset component - all the changes are applied but the event is not recieved by the IBEvents component!

This is a potentially useful combination (using TIBCleintDataset and IBEvents) as it provides a way of knowing when to refresh data.

Anyway, any help would be much appreciated.

Thanks..

Opp.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top