2
Continuing to wonder about components of FireDAC, component suite purchased by Embarcadero to the Delphi, would like to know about the TADEventAlert.
What is the purpose of this component, and please give an example?
2
Continuing to wonder about components of FireDAC, component suite purchased by Embarcadero to the Delphi, would like to know about the TADEventAlert.
What is the purpose of this component, and please give an example?
2
This component is used to receive SGDB-triggered notifications. These notifications must be implemented by the developer through triggers or stored procedures in the database.
You can notify the system every time a table is changed, or by warning that a particular operation will be performed (such as a backup or closing box).
For more details, you can check out the component documentation page on the Embarcadero wiki on this link
Browser other questions tagged delphi delphi-xe3 delphi-xe4 firedac
You are not signed in. Login or sign up in order to post.