Re: Callbacks or External Procedures?

2002-02-15 Thread MySQL

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




Callbacks or External Procedures?

2002-02-14 Thread Andrew Crum

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?

-Andrew


-
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