Using SQLite Database with C# in Visual Studio 2010
SQLite Overview SQLite is a lightweight, ACID-compliant relational database management system contained within a small C libray. Originally created by D. Richard Hipp as a public domain project, SQLite was designed for embedded applications and has been widely adopted in numerous embedded products....