SQLite
文章平均质量分 58
joyhen
人世中的许多事,只要想做,都能做到,该克服的困难,也都能克服,用不着钢铁般的意志,更用不着技巧或谋略。只要一个人还在朴实而饶有兴趣地生活着,他终究会发现,造物主对世事的安排,都是水到渠成的。
展开
-
查看SQLite 数据库文件
工具:SQLite Expert 下载地址:http://www.sqliteexpert.com/download.html(SQLite Expert Personal版本是免费的,Professional 版本要付费,只能使用30天)也可以去找找SQLite Expert Professional v2.39 破解版,网上有的。运行下载的:SQLiteExpertPersSe原创 2013-05-21 14:30:15 · 13669 阅读 · 1 评论 -
Sqlite类库,基于framework 4.0框架
//// Copyright (c) 2009-2010 Krueger Systems, Inc.// using System;using System.Runtime.InteropServices;using System.Collections.Generic;using System.Reflection;using System.Linq;using System.转载 2013-12-11 17:51:19 · 4318 阅读 · 1 评论 -
SQLite增删改查
原文:http://www.51aspx.com/CodeFile/WolfySQLiteDemo,22494/SQLiteHelper.cs.htmldll文件:http://pan.baidu.com/s/1dDEGgZR public class SQLiteHelper { private static readonly string databaseNam转载 2014-03-10 11:06:08 · 3364 阅读 · 1 评论