I have an Access database connecting via ODBC to a local MySQL machine and doing inserts. It does these inserts throughout the day.

After each insert, I need a PHP program run.

Alas, MySQL 4.1 doesn't do triggers, etc., and upgrading to 5.x looks non-trivial.

What else can I do? Is there any way to trigger something via the ODBC connection?

A cron job?

I'm open to suggestions.

kind regards,

bill

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to