Page 1 of 1

PHP Library for MDB Format

Posted: Thu Jul 07, 2005 2:31 pm
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.