RE: [PHP-DB] data move

2003-01-13 Thread Edward Peloke
ginal Message- From: Adam Voigt [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:48 AM To: Edward Peloke Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] data move Umm, if it's a one time deal, why not just have access output a CSV (comma seperated version, or something

Re: [PHP-DB] data move

2003-01-13 Thread Adam Voigt
Umm, if it's a one time deal, why not just have access output a CSV (comma seperated version, or something like that) and use PHP or phpMyAdmin if it will do it, to do your insert's? That way you don't have to have PHP interface with Access, just the MySQL part which is real easy. On Mon,