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

后端 未结 10 2548
星月不相逢
星月不相逢 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:14

    Check out the docmd.TransferDatabase command. It is probably your best bet for build integration that needs to replicate the data structure

提交回复
热议问题