Local database, I need some examples

前端 未结 7 1936
遥遥无期
遥遥无期 2020-11-29 06:15

I\'m making an app that will be installed and run on multiple computers, my target is to make an empty local database file that is installed with the app and when user uses

7条回答
  •  借酒劲吻你
    2020-11-29 06:19

    What are you considering as a database? From what little you've provided in your question, I'd suggest SQLite.

    You can get sample code from their site Sqlite.NET

提交回复
热议问题