Firebird: refresh only modified table

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Giovanna
Posts: 25
Joined: Tue 21 Jul 2009 07:44
Location: Italy

Firebird: refresh only modified table

Post by Giovanna » Mon 29 Apr 2013 07:22

Hello,
I'm work with Firebird.
There are any way to know if the table has been modified for refresh a table if only is necessary?
Thanks
Giovanna

AndreyZ

Re: Firebird: refresh only modified table

Post by AndreyZ » Mon 29 Apr 2013 12:25

Hello,

For this, you can use the TUniAlerter component. Using TUniAlerter, you can handle events to respond to actions and database changes made by other applications.
I have sent you the demo project that demonstrates TUniAlerter working with Firebird to the email specified in your account.

Post Reply