Page 1 of 1

Is it any plan to include Event Component in 6.5.1?

Posted: 12.10.2006, 06:20
by cipto_kh
Is it any plan to include Event Component in this Zeos DBO 6.5.1?

TIA

Posted: 12.10.2006, 08:06
by zippo
What is this?

Posted: 13.10.2006, 07:55
by cipto_kh
I mean the component like IBEvents, I know that only Interbase and Firebird that have this "events" thing. But perhaps it'll also supported by ZeosDBO.

Posted: 13.10.2006, 08:31
by mdaems
For the moment I see no trace of a similar component in Zeoslib coding. So if you feel like coding it, please do not hesitate. :wink:
I know there are some people waiting for it, but for the moment we don't have programmers in the team (which became very small) who offered to spend time on new features.

Just some remark : If you do so, do it carefully in such a way that we can plug in this feature for other databases later. Some databases evolve quite quick (eg mysql) and we don't want to rewrite everything to implement it then. Even better, this would enable others to write their own (or our??) hack for databases not supporting events. (Like reading a query on an event table triggered by a timer component every minute)

Mark