Self-contained database?
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. Microsoft SQL Server Compact 4.0 SQL Server Compact Edition 3.5 SQLite to name just a few. SQL Server Compact Edition 4 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