show/hide this revision's text 4 added 60 characters in body

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
show/hide this revision's text 3 added 4 characters in body

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

  • 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
show/hide this revision's text 2 added 19 characters in body

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

  • Launch the program TestSQlite.exe to see some data retrieved from DB.
  • Get a free SQlite manager administration tool to explore or change the databaseeasily create new tables, columns etc.
  • Explore the code
show/hide this revision's text 1