How to extract the schema of an Access (.mdb) database?

后端 未结 10 2528
星月不相逢
星月不相逢 2020-11-30 19:39

I am trying to extract the schema of an .mdb database, so that I can recreate the database elsewhere.

How can I pull off something like this?

10条回答
  •  自闭症患者
    2020-11-30 19:53

    Compare'Em http://home.gci.net/~mike-noel/CompareEM-LITE/CompareEM.htm will happily generate the VBA code need to recreate an MDB. Or the code to create the differences between two MDBs so you can do a version upgrade of the already existing BE MDB. It's a bit quirky but works. Note it does not support the new ACE (Access2007) ACCDB etc formats.

    I use it all the time.

    (OneDayWhen's edit was one third right and two thirds wrong.)

提交回复
热议问题