Page 1 of 1
Receive NOTIFY
Posted: Wed 02 Mar 2011 18:48
by Claudio
You may receive a NOTIFY with DataSnap via dbexpress driver?
How?
Posted: Thu 03 Mar 2011 09:40
by AlexP
Hello,
You can't receive NOTIFY automatically using dbExpress driver.
You should manually read NOTIFY from a table in a separate thread.
Re: Receive NOTIFY
Posted: Thu 14 Aug 2014 20:38
by genriquez
Hello, i want to revice notify events from postgres database, you have some driver can to handle directly this feature?
thanks.
Re: Receive NOTIFY
Posted: Fri 15 Aug 2014 13:52
by azyk
We do not have any driver with such functionality.
As an alternative, you may use the PgDAC functionality, established in the TpgAlerter component, for getting notify events from PostgreSQL. For more details on using TpgAlerter, refer to our online documentation:
http://www.devart.com/pgdac/docs/index. ... lerter.htm
To learn more on our demo project, where this functionality is shown, please follow the link below:
http://www.devart.com/pgdac/docs/index. ... _pgdac.htm