Search code examples
phpmysqldatabasems-accessjet

How i can convert a mdb file to mysql file or mysql commands with PHP?


Is it possible to create mysql file or mysql commands from mdb (Microsoft access database) 2002-2003 format using PHP?

Actually i have a mdb file which have 8-10 table and i want to copy that whole data to my mysql database. I know it is open question. Just need a starting point or if you can refer me some online helping material. That would be great. Thanks in advance guys.


Solution

  • U can use ODBC to connect to Access base, and make SQL queries.