There are Windows dll’s here:
http://www.sqlite.org/download.html
There are .NET setups here:
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
If I’m using sqlite for an ASP.NET web application, which one should I use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Windows .dll’s are straight Win32 versions (which, of course, you can use from .Net if you wish to).
But if you’re using a .Net program (C#, VB.Net or ASP.Net), you’re probably better off using the .Net versions.
To elaborate a bit – the .Net version is a fork:
You might also be interested in this link.