Click here to Skip to main content
15,887,683 members
Articles / Desktop Programming / Win32

Using SQLite in your C# Application

Rate me:
Please Sign up or sign in to vote.
4.51/5 (70 votes)
16 Dec 2007CPOL3 min read 987.3K   82.2K   239  
SQLite is very suitable for memory constraint systems like WinCE, Palms, Smart Phones, embedded devices and also normal single user desktop applications.
This article briefly discusses what project possibilities there are for SQLite, which type of project are suited and which are not. It walks you through a practical example with a demo application that uses SQLite database to store id and description value pairs in a single table – mains. We will display the contents of this table in a grid with added functionalities of adding/deleting and modifying records to and from the table.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
India India
Chayan Ray has been working as a Technical Consultant in a CMM level 5 company in India. His technical domain includes ASP.NET, C#, PHP, Perl, Cold Fusion, MySQL and MSSQL 2000.

Comments and Discussions