using php, can I extract data from an access file? -----Original Message----- From: Philippe Saladin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: offline application
> Would it be possible to use something like this to create a page that the > user can open up on their machine that would transfer data from an access > file on their machine to a mysql db on my server? If I understand well, you want to transfer data from Access to MySql ? 1) Could we imagine a small application that creates a flat text with data from Access, in the format you want ? 2) the user would upload this file to your server 3) then your server would process this file to import it into MySql (see Load Data Infile in mysql documentation). I'm not sure I have well understood your problem. Hope it will help you ! Regards, Philippe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php