The first thing you need is to open a MDB file:

resource mdb_open(string filename)

void     mdb_close(resource db)
You can find out what tables are included in a file:

array mdb_tables(resource [, bool show_systables])