(初級) 我在sqlite3的一個數據庫。 我想通過數據庫中的數據填充DataGridView。 目前我正處於創建連接/使用的第一階段。System.Data.SQLite.dll嘗試添加引用
此外,當我補充一點:using System.Data.SQLite;
我得到一個錯誤: 錯誤CS0234類型或命名空間名稱「SQLite的」在命名空間「System.Data」不存在(?是否缺少程序集引用)
In this tutorial並引導到System.Data.SQLite.dll添加爲參照 - 在文件夾程序文件(x86)應該出現System.Data.Sqlite,但該文件夾不存在。該DLL文件無法找到,我搜索它也在參考管理器瀏覽。 (在此先感謝)
http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/ –