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,

[PHP-DB] data move

2003-01-13 Thread Edward Peloke
Ok, I know I have asked this question several times but it is time for me to start coding so I am looking for some goog tutorials somewhere. I need to use php to transfer data from an access file to mysql db. I assume I will just use an odbc connection but I am unsure as to where to start. If an