Re: [sqlite] How to use SQLite in C#

2014-02-13 Thread Adam Devita
Good day, There are 2 different ideas to look into: 1) Using the API 2) Integrating tools into your IDE >From the prospective of my 32-bit Windows 7 machine. Under 1) Using the API If you are just using the API, then you don't need very many of those files. using System.Data.SQLite; Be sure to r

[sqlite] How to use SQLite in C#

2014-02-13 Thread Jamiil
After downloading sqlite-netFx451-static-binary-x64-2013-1.0.90.0 and uncompressing it, I got this list of file: Installer.exe Installer.pdb northwindEF.db SQLite.Designer.dll SQLite.Designer.pdb SQLite.Designer.xml SQLite.Interop.dll SQLite.Interop.pdb sqlite_file_list.txt System.Data.SQLite.dll