Click here to Skip to main content
15,899,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to use SQlight Dll in my .Net windows application
any one tell me how to add and work with this...

What I have tried:

i want to use SQlight Dll in my .Net windows application
any one tell me how to add and work with this...
Posted
Updated 18-Apr-16 0:55am

1 solution

Add the DLL as a reference in your project, then add a using for C projects or imports for VB in the code sections that make use of it.

There are articles on this site on the web on how to use it in .Net.

VB.net and SQLite - Best way to write data to db[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900