簡體   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