Local database, I need some examples

前端 未结 7 1901
遥遥无期
遥遥无期 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:43

    Not sure I fully understand what you're asking but Sqlite is a good option for lightweight, locally deployed database persistence. Have a look here:

    http://www.sqlite.org/

    and here for an ADO.NET provider..

    http://sqlite.phxsoftware.com/

    0 讨论(0)
提交回复
热议问题