Hello,
We have need to connect an AS400 database w/ our MySQL database.
any thoughts as to the best way to do this?
right now, we're planning on having the AS400 drop its db into a .txt file onto our webserver; a Cron job would then execute a PHP page, which will parse the .txt file and import it into MySQL.
However... is there a better way? more efficient? more direct?
any ideas are appreciated!!! thanks!