> Can anyone tell me how to convert/send data stored in
> an MS Access database to a mySQL table through PHP??

3 Ways of doing this come to mind. Only one uses PHP though.



1. From PHP use ODBC to extract from access and send to MySQL through PHP
functions.

2. Export to csv from Access and use mysqlimport to import into MySQL.

3. Use the MySQL ODBC driver to link the MySQL tables into Access and run a
query to copy the records over.

Regards

Jon


--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969
PGP Key available, send email with subject: Send PGP Key




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

Reply via email to