Page 1 of 1

Use of Notify/listen

Posted: 01.09.2009, 13:38
by climber
Hi to all!

I am using Lazarus + zeos 6.6.5 + postgresql 8.3.
How can I use Notify/listen of PostgreSQL with zeos? Will it be an event or something alse?
If possible, write simple example of code...

Posted: 01.09.2009, 16:30
by seawolf
At the moment Notify/listen is not supported

Posted: 02.09.2009, 23:39
by mdaems
Feel free to implement a component similar to the ZIBEventAlerter.
(Even better if you could make a generic component, moving the db logic to the dbc layer. But now I'm dreaming)

Mark