适用于 Windows 7 64 位的 SQLite3.dll
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6748196/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
SQLite3.dll for Windows 7 64 bit
提问by CeccoCQ
Within my C# application, I've used the sqlite3 library for 32 bit architecture and all works fine.
在我的 C# 应用程序中,我使用了 32 位架构的 sqlite3 库并且一切正常。
To use it, I've copied sqlite3.dll file into my /bin directory and I've created a class called SQLiteWrapper that uses this statement to import sqlite.dll
为了使用它,我已将 sqlite3.dll 文件复制到我的 /bin 目录中,并创建了一个名为 SQLiteWrapper 的类,该类使用此语句导入 sqlite.dll
[DllImport("sqlite3.dll", EntryPoint = "........")]
Now, I should download this dll file also for 64 bit architecture. Where I can download it?
现在,我也应该为 64 位架构下载这个 dll 文件。我在哪里可以下载它?
回答by Anton Gogolev
Complied binaries of 64-bit SQLite are bundled with System.Data.SQLite
which you can get at http://sqlite.phxsoftware.com/
已编译的 64 位 SQLite 二进制文件捆绑在一起System.Data.SQLite
,您可以在 http://sqlite.phxsoftware.com/
回答by CeccoCQ
The binaries proposed in the accepted answer are over 1 year old and so have sqlite 3.6.23.1. If you want the most recent version of system.data.sqlite (with sqlite 3.7.7.1), please get it from http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
接受的答案中提出的二进制文件已超过 1 年,因此 sqlite 3.6.23.1。如果您想要最新版本的 system.data.sqlite(使用 sqlite 3.7.7.1),请从http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki获取