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
System.Data.SQLite.Linq.dll
System.Data.SQLite.Linq.pdb
System.Data.SQLite.Linq.xml
System.Data.SQLite.pdb
System.Data.SQLite.xml
test.db
test.exe
test.exe.config
test.pdb
testlinq.exe
testlinq.exe.config
testlinq.pdb
[ I tried the intaller.exe, but I get a msg saying: Cannot continue, the
"confirm" option is not enabled. ]
I have a project that looks like this:
Project:
| pro.exe \ |
|-------> image \ |
|-------> gui \ |
|-------> mylib \ |
|-------> sound \ |
|-------> sqlite \ |
mysqlite.cs---------------|--->%PATH%
|______> SQLite.Designer.dll
SQLite.Designer.xml
SQLite.Interop.dll
System.Data.SQLite.dll
System.Data.SQLite.Linq.dll
The files contained in the sqlite-netFx451-static-binary-x64-2013-1.0.90.0 are
located in a folder that exists in the %path%, but I cannot stop to wonder if
all the files are necessary or if all I need is the DLLs in order to reference
the methods in the database, and if I only need certain files, which ones are
those?
My second question is, how can I add the DLLs from
sqlite-netFx451-static-binary-x64-2013-1.0.90.0 to the ‘mysqlite.cs’ file in
order to reference the its methods? I know that this question is unrelated to
SQLite, but in its answer is my complete understanding of the solution provided.
Any help would be much appreciated.
Thanks in advance.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users