Page 1 of 1

TZIBEventAlerter

Posted: 07.05.2008, 17:12
by fcodebue
I need to develop event handler for firebird 2.0.x but I can't download TZIBEventAlerter from the site.
Someone can tell me if there is a copy somewhere and if is compatible with 6.5.x?

Posted: 08.05.2008, 14:10
by fcodebue
noone remember where can I retrieve TZIBEventAlerter?

really?

Posted: 09.05.2008, 01:31
by cipto_kh
As I know Zeos doesn't have TZIBEventAlerter sine 6.x.x version CMIIW
That component only exists in version 5.x, still not ported to version 6.x :(

Posted: 09.05.2008, 05:22
by mdaems
See here. (In German : here.) It's an old version, but maybe you can get it to work and send us a copy, so we can integrate it or at least put it in the download section?

Mark

Posted: 09.05.2008, 21:24
by mdaems
Added this download to the downloads/contributions section.

Mark

Posted: 23.05.2008, 10:01
by fcodebue
I hoep to have some freetime to port to 6.x

Posted: 23.05.2008, 10:53
by mdaems
Done already!!
Now we need testing and bugfixing, however. There are already some known problems.
Setting Registered to True at design time shouldn't be possible as it doesn't work. Also Autoregister doesn't work. You have to call RegisterEvents when the connection is open already.

If you have some time to spend on it, we actually need to rework this component. Now it's Interbase/FB Only. Database dependent code should move down to the dbc level. That way the component can also be implemented for Postgres (and eventually even as a 'generic' table-based solution for other dbms).

Mark