问题
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