RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
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? Thanks, Edie -Original Message- From: Philippe Saladin [mailto:[EMAIL PROTECTED]] Sent:

Re: [PHP] Re: offline application

2002-12-19 Thread Philippe Saladin
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

RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
This is pretty much what I want with as little work to the user as possible. -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

RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
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

Re: [PHP] Re: offline application

2002-12-19 Thread Philippe Saladin
Edward Peloke [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] using php, can I extract data from an access file? you can use odbc or com to connect to an access database. (http://www.php.net/manual/en/faq.databases.php#faq.databases.access) BTW, concerning your first question