繁体   English   中英

SQLite3.dll 用于 Windows 7 64 位

[英]SQLite3.dll for Windows 7 64 bit

在我的 C# 应用程序中,我将 sqlite3 库用于 32 位架构,并且一切正常。

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

[DllImport("sqlite3.dll", EntryPoint = "........")]

现在,我应该下载这个 dll 文件也适用于 64 位架构。 我在哪里可以下载它?

已编译的 64 位 SQLite 二进制文件与System.Data.SQLite捆绑在一起,您可以在http://sqlite.phxsoftware//

接受的答案中提出的二进制文件已有 1 年以上的历史,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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM