Re: [PHP-DB] running program after insert w/MySQL 4.1

2006-07-07 Thread bill
Access is the backend for a proprietary front end. I just checked with the company and they can't understand why anybody would want to change the program(!). In any case, they won't allow it. So, I'm stuck with the ODBC call from the Win computer sending data to the mysql db on the linux comp

RE: [PHP-DB] running program after insert w/MySQL 4.1

2006-07-07 Thread Bastien Koert
You should be able to open a web page from access (might need to write a module) and call a page that would then run your script Bastien From: bill <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] running program after insert w/MySQL 4.1 Date: Fri, 07 Jul 2006 15:11:07 -0400 I

Re: [PHP-DB] running program after insert w/MySQL 4.1

2006-07-07 Thread tg-php
cron or Windows Task Manager would work if you want to check the status of the data periodically, but I believe you can also use Access to hit a web address (it doesn't have to display anything) so you could, at time of insert, have Access activate a PHP script on your web server that does the d

RE: [PHP-DB] running program after insert w/MySQL 4.1

2006-07-07 Thread Dwight Altman
If you can make Access execute a shell function, maybe you can use cURL or wget to signal a web PHP script to run (and/or run the PHP program -- if it is not accessible through a URL). Regards, Dwight > -Original Message- > From: bill [mailto:[EMAIL PROTECTED] > Sent: Friday, July 07, 200