I need to convert a Access database to a MySQL database. Well, not just convert … we have a greater (MySQL) database with a structure in it. The Access database contains addresses we want to fit into the structure of the MySQL database. So, my idea was to write a piece of PHP code that opens the Access database, retrieve the records and put them (in a specific way) in the MySQL database.
I’m running PHP3 on Linux and I need to open that Access database, while it’s on Linux. That’s the biggest problem, I think.
So, is it possible to open an Access database with PHP while it’s stored on Linux?
I’m running PHP3 on Linux and I need to open that Access database, while it’s on Linux. That’s the biggest problem, I think.
So, is it possible to open an Access database with PHP while it’s stored on Linux?