I downloaded a version of sqllite, but when trying to add as reference I got an error.
sqllite3.dll cannot be added, please make sure the file is accessible, and that it is a valid assembly or com component.
Is there a special dll for vs.net that i need?
You need System.Data.Sqlite, which puts a .NET wrapper around the raw SQLite code.