converting a .mdb files to SQL
Moderator: General Moderators
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
converting a .mdb files to SQL
anyone know how to do this?
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.
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.