Export as a comma-delimited file, explode() the file one line
at a time along commas, and use insert via normal methods.

Not sure if MySQL has a parser for comma-delim (probably
does) but this way you have more control over how it goes in.

-Szii

----- Original Message ----- 
From: "Gabriel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 8:47 AM
Subject: [PHP-DB] Filling mysql db with access db


> How can i import data from an access database to a mysql db.
> 
> Thanks in advance,
> 
> Gabriel.
> 
> 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to