In Callbacks or External Procedures?, <[EMAIL PROTECTED]> wrote:
>
>Is there _any_ way to do something like Oracle's OCI callback functions?
>
>What I need to do:
>Whenever my MySQL database changes data (inserts, updates, whatever) I need
>to call some of my own code.
>
>Any ideas?

You don't specify if you need to know the nature of the change.
Simply monitor the database filesize.

Need to know what changed?
Cause a transaction/replication log to be generated, parse the log.



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to