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

        

        

        

        "Darryl Hoar" <[EMAIL PROTECTED]> wrote:

> 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 ?

> 

> thanks in advance,

> Darryl

> 

> 

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to