PHP Library for MDB Format

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
ljfong
Forum Newbie
Posts: 1
Joined: Thu Jul 07, 2005 12:40 am

PHP Library for MDB Format

Post by ljfong »

Hello,

I have to convert some database tables dumped in MDB format into PostgreSQL. Does anyone know of any PHP library that I can use to read the table metadata information, row values, etc so I can write a custom converter in PHP that produces equivalent SQL create and insert statements for PostgreSQL?

Thanks.
Post Reply