'Local database without sql server

I am creating a C# application that I will install on some low end pcs. All I can install on low end machines is .NET framework. I want to use some sort of database so that I can store information that application will be scraping from internet. Can anyone suggest me how to proceed about that ? I cant install any version of sql server.

Thanks.



Solution 1:[1]

SQLite seems to be the answer. http://www.sqlite.org/

Solution 2:[2]

I recommend SqlServerCe 3.5, it's compatible with EF 4.0 and it's so easy to deploy, just 2 .dll files.

Solution 3:[3]

VistaDB, SQLite, Compact Edition of SQL Server, MS Access, Firebird... the options are many and a list of them can be found here http://en.wikipedia.org/wiki/Embedded_database

Solution 4:[4]

You can try SQLite.

There is a C# wrapper here.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 iDevlop
Solution 2 Stefan P.
Solution 3 Pauli Østerø
Solution 4