SQLite in C# Application
SQLite is a small, fast and embeddable database where the database engine and the interface are combined into a single library. It also has the ability to store all the data in a single file.
SQLite is a standalone database
SQLite has been ported to many platforms and runs even on Windows CE , Palm OS and IPHONE etc..
SQLite database and tool
Download SQLite
Download SQLite Admin Tool
Download SQLite Demo Application








SQLite is awesome. It can also be used with Lua, Ruby, Python and a bunch of other languages.
Check out http://www.squidoo.com/sqlitetutorial, http://www.squidoo.com/sqliteprogramming, and http://www.squidoo.com/sqlitedatabasedesign.
[Reply]