Dear Friends ,
Can any one tell me about SQL Light i wnna to use it in my application how can i get it and use it ?.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
EhteshamPosted May 30, 2012, 7:31 AM
Add a reference to System.Data.SQLite to your project
Add NameSpace
Using System.Data.SQLite
For Connection
SQLiteConnection
Command
SQLiteCommand
Parameter
SQLiteParameter
DataAdapter
SQLiteDataAdapter
Usage of above is same as System.Data.SqlClient and System.Data.Oledb
EhteshamPosted May 30, 2012, 7:44 AM
Kunal VaishyaPosted May 30, 2012, 7:42 AM
EhteshamPosted May 30, 2012, 7:35 AM