Sqlite to c# connection sample project

We use Sqlite because all ther other databases that we use generally require a server and Sqlite is a database that we can embed within our system. So we don't require any server for a Sqlite database. Most of mobile and small databases.

Sample Project:

Sqlite to C# Sample Project (Vs2013)

Sqlite 3.9.1 Download

sqlite-netFx40-setup-x64-2010-1.0.105.1

Prerequisites:

Vs2013, Sqlite 


Create Table for using Sqlite

System.Data.SQLite.dll Reference Used.

 Connected to Csharp Windows Application

Post a Comment

1 Comments