Firebird event alert like in MySQL ?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Firebird event alert like in MySQL ?

Post by inageib » Wed 27 Jan 2016 16:21

Hi,
Is there a way to send an event notification to my app when data changed in MySQL database, for example like using an event alert component in IBDAC with Firebird ?

The MySQL database is used in web app and I need to notify a mobile app about any change happen in the data (insert or update or delete)

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Firebird event alert like in MySQL ?

Post by ViktorV » Thu 28 Jan 2016 17:32

MyDAC has no component similar to TIBCAlerter, since MySQL server has no support for functionality similar to event handling mechanism implemented in Firebird.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: Firebird event alert like in MySQL ?

Post by inageib » Thu 28 Jan 2016 17:42

ok thanks

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Firebird event alert like in MySQL ?

Post by ViktorV » Thu 28 Jan 2016 18:30

If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply