Page 1 of 1

converting a .mdb files to SQL

Posted: Thu Sep 14, 2006 7:13 pm
by psychotomus
anyone know how to do this?

Posted: Thu Sep 14, 2006 8:33 pm
by wtf
you mean, export .mdb to mysql?

There are several ways to do that.
3rd party app http://navicat.com/ or any other package

connect to .mdb via php odbc function and extract data.

I'm not sure if your qestion is answered. More details would be helpful.