How to create an Access database at runtime in C#?

前端 未结 5 530
旧时难觅i
旧时难觅i 2020-11-30 09:32

How can I create an Access Database at runtime in C#?

5条回答
  •  天命终不由人
    2020-11-30 10:12

    This article from John Russell Plant explains how you'd do it in specific detail with code samples. There are three steps:

    1. Create the catalog.
    2. Create the tables.
    3. Release the relevant COM objects.

提交回复
热议问题