VS中使用SQLITE,应该下载哪个文件呢

iloli 2014-04-08 05:30:42
小弟第一次使用SQLITE数据库,在VS2010下用C#开发。当去SQLITE官网上下载的时候发现好多版本啊,当即就晕了。

这是它的网站下载页面的源地址:
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

这是它下载页面最下方的文件说明。不同的平台和不同的FOR .NET 版本我是知道的。除此之外就不明白下面这个列表中的其它项的详细含义了。
我的问题是1、谁研究过或知道的能解释下这些文件的作用吗?2、我用VS2010开发应该下哪种文件?

Beginning with System.Data.SQLite version 1.0.74.0 (3.7.7.1), the following templates will be used for the names of the build products:

sqlite-netFx-source-version.zip
sqlite-netFx-source-version.tar.gz
sqlite-framework-setup-cpu-year-version.exe
sqlite-framework-setup-bundle-cpu-year-version.exe
sqlite-framework-binary-platform-year-version.zip
sqlite-framework-binary-bundle-platform-year-version.zip
sqlite-framework-static-binary-platform-year-version.zip
sqlite-framework-static-binary-bundle-platform-year-version.zip
sqlite-netFx-source-date.zip
System.Data.SQLite.version.nupkg
System.Data.SQLite.variant.version.nupkg
...全文
508 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
dianjixue1 2014-06-24
  • 打赏
  • 举报
回复
SQLite-1.0.66.0-setup.exe 这个是32位net 2.0的
Piyongcai 2014-06-24
  • 打赏
  • 举报
回复
All the "bundle" packages contain the "System.Data.SQLite.dll" mixed-mode assembly. These packages should only be used in cases where the assembly binary must be deployed to the Global Assembly Cache for some reason (e.g. to support some legacy application on customer machines). 看这个意思是,Bundle 版本可以部署在GAC中,其他的不行(?)
Piyongcai 2014-06-24
  • 打赏
  • 举报
回复
我一般都是下载 sqlite-framework-static-binary-bundle-platform-year-version.zip 但是我也不清楚这个与 sqlite-framework-static-binary-platform-year-version.zip 的区别,个人感觉有个bundle(“绑定”)应当更好吧。
wmg494005678 2014-04-08
  • 打赏
  • 举报
回复
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 根据操作系统和.netframwork版本下对应的插件,安装完成后需要重启VS,在服务器资源视图的 数据库连接项,添加新的连接就可以看到SQLite选项了,你就可以建立新的SQlite数据库或者是对已有的进行操作,安装目录下面有System.Data.SQLite.dll,添加引用就阔以码了
欢乐的小猪 2014-04-08
  • 打赏
  • 举报
回复
http://www.cnblogs.com/txw1958/archive/2013/01/13/csharp-sqlite.html
iloli 2014-04-08
  • 打赏
  • 举报
回复
有人知道吗 自己顶一下

110,539

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧