27Sep SQLLite resources
I had a request from a student to show how to connect to a SQLLite db from C#. It turns out it is pretty straight forward. You just need a few tools. I will list what I find here:
.NET ADO SQLLite components: http://sourceforge.net/projects/sqlite-dotnet2/
Great tutorial: http://adodotnetsqlite.sourceforge.net/
SQLLite Browser: http://sourceforge.net/projects/sqlitebrowser/


September 30th, 2011 at 3:33 pm
I’m trying to import the sqlite dlls but they wont import. also, it looks like that tutorial was taken down?
September 30th, 2011 at 3:35 pm
Trying a different wrapper at the moment
September 30th, 2011 at 4:08 pm
http://sourceforge.net/projects/sqlite-dotnet2/
works