查看: 1190|回复: 2
|
想要更了解sqlite这个database
[复制链接]
|
|
请问谁有介绍关于sqlite的website address? 或使用心得(中文)
我是想要work with vb.net
下面是访问SQLite官方网站: http://www.sqlite.org/ 时第一眼看到关于SQLite的特性.
1. ACID事务
2. 零配置 – 无需安装和管理配置
3. 储存在单一磁盘文件中的一个完整的数据库
4. 数据库文件可以在不同字节顺序的机器间自由的共享
5. 支持数据库大小至2TB
6. 足够小, 大致3万行C代码, 250K
7. 比一些流行的数据库在大部分普通数据库操作要快
8. 简单, 轻松的API
9. 包含TCL绑定, 同时通过Wrapper支持其他语言的绑定
10. 良好注释的源代码, 并且有着90%以上的测试覆盖率
11. 独立: 没有额外依赖
12. Source完全的Open, 你可以用于任何用途, 包括出售它
13. 支持多种开发语言,C, PHP, Perl, Java, ASP.NET,Python
[ 本帖最后由 一只优雅的猪 于 12-9-2006 12:50 PM 编辑 ] |
|
|
|
|
|
|
|
发表于 12-9-2006 11:05 PM
|
显示全部楼层
|
|
|
|
|
|
|
楼主 |
发表于 14-9-2006 11:19 PM
|
显示全部楼层
我现在尝试着使用 Finisar.SQLite
我download了那个 SQLite.NET.0.21_x68_dll.zip from [http://adodotnetsqlite.sourceforge.net/]
然后我follow instruction from
[http://adodotnetsqlite.sourcefor ... /csharp_example.php]
1) Place the .dll files you downloaded from this website into your projects binary folder.
2) Press 'Project -> Add Reference...' in the menu bar.
3) Select the 'Browse'-Tab and select the "SQLite.dll".
4) Press 'Ok' and you are finishd
但是当我add sqlite.dll in Visual Studio.net 2003时,出现以下的error
"A reference to 'C:\..\Visual Studio Projects\Testing\bin\SQLite.dll' could not be added. This is not a valid assembly or COM component. Only assemblies with extension 'dll' and COM components can be referenced. Pls make sure tat the file is accessible, and tat it's a valid asesembly or COM componnent; |
|
|
|
|
|
|
| |
本周最热论坛帖子
|