System.Data.SQLite类Dll下载地址和移植C# SQLite

http://www.cnblogs.com/Leo_wl/archive/2010/05/05/1727837.html

System.Data.SQLite类Dll下载地址
using System.Data.SQLite;
ADO.NET 2.0 Provider for SQLite
http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/

还有一个移植C# SQLite
http://code.google.com/p/csharp-sqlite/

你可能感兴趣的:(sqlite)