How do you create portable databases with MsBuild?

偶尔善良 提交于 2019-12-06 00:53:58

You can download the command line client shell for SQLite at http://www.sqlite.org/download.html

Then you can add the following Pre-Build task:

"sqlite3.exe" %dbFilename% < Database.sql

try Access db(extension: accdb)...its easy to edit and can be backed up and used with Office access..as well.also its portable..

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!