Friday, August 15, 2014

Working with SQLite in .Net

SQLite is a database engine which is used widely in the software development.
SQLite is also used in Microsoft .net project as it is standalone ,does not require any configuration and is serverless.

To use SQL Lite as your database . you should download SQLite dll from the SQlite website
System.data.SQLite.dll
Once you have downloaded,Add the SQlite dll in the bin directory of your application folder
In Visual studio Right click your project and add reference, Browse and add System.data.SQLite.dll .
The namespace is used is - System.Data.Sqlite.


No comments:

Post a Comment