converting a .mdb files to SQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

converting a .mdb files to SQL

Post by psychotomus »

anyone know how to do this?
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post 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.
Post Reply