yes, if your server is windows based.

Create a odbc system dsn to the access file on your server, then connect to
that dsn.  You can then pull data from it, connect to mysql and insert the
data.

If I remember correctly, you had wanted your users to upload the mdb file
for you to extract the data.  This may be tricky as I am not sure if you can
bait and switch the file from under the odbc connections nose.

Cheers
Jason


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 10:33 AM
To: PHP-DB
Subject: [PHP-DB] copying data


I asked a question sort of alone these lines the other day so please forgive
me if it sounds familiar...

If I have a microsoft access file .mdb on my server, can I use  a php page
to move the data from the file to a mysql db?

Thanks,
Eddie


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to