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

后端 未结 10 2547
星月不相逢
星月不相逢 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 20:06

    It's hard to do DDL scripts / queries in Access. It can be done but you'd be better off just creating a copy of the database - deleting all the data and compacting it. Then use a copy of this for recreating the database elsewhere.

提交回复
热议问题