I my recent project I have used SQlite to save application data. It worked great for me. I could retrieve, filter and save data using only LINQ and C# code without using any SQL constructs.
Here you can download my tiny Visual Studio 2008 test project, where the C# code retrieves data from SQlite file database:
http://www.nik.xail.net/TestSQlite.rar
(copy the link and past it to you browser address field)
- Launch the program TestSQlite.exe to see some data retrieved from DB.
- Get a free SQlite GUI administration tool to easily create new tables, columns etc.
- Explore the code
