Self-contained database?

房东的猫 提交于 2019-12-19 09:41:50

问题


Is there a way to distribute a (smallish) self-contained relational database along with an Windows application that does not require users to install additional dependencies such as MS Access, SQL Server, MySQL, SQLite, etc.? Only the application will be accessing the database - not users directly.


回答1:


Microsoft SQL Server Compact 4.0

SQL Server Compact Edition 3.5

SQLite

to name just a few.




回答2:


SQL Server Compact Edition 4




回答3:


I would embed SQLite in my application. There's various ways to do this depending on the language your are using.



来源:https://stackoverflow.com/questions/4789908/self-contained-database

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