Re: Mysql +events

2005-07-27 Thread Gleb Paharenko
Hello. You could implement your own event notifiers using UDFs and TRIGGERs (triggers are available only in MySQL 5, which is not production ready yet). See: http://dev.mysql.com/doc/mysql/en/adding-functions.html http://dev.mysql.com/doc/mysql/en/triggers.html

Re: Mysql +events

2005-07-25 Thread SGreen
Darryl Hoar [EMAIL PROTECTED] wrote on 07/21/2005 04:12:39 PM: Greetings, I am currently using Mysql 3.23.52. I am looking for events (when a record is added, mod'd or deleted from a table, and event is sent to each client connected to the DB. Firebird can do this, but before I port my

Mysql +events

2005-07-21 Thread Darryl Hoar
Greetings, I am currently using Mysql 3.23.52. I am looking for events (when a record is added, mod'd or deleted from a table, and event is sent to each client connected to the DB. Firebird can do this, but before I port my application to firebird, I was wondering if Mysql had something similar