SQLite in C# Application

Posted In database - By admin On Wednesday, July 29th, 2009 With 1 Comment

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

Tags:

About -

Displaying 1 Comments
Have Your Say

  1. Jay Godse says:

    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]

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>