提供了一个dll,加lib,加.h让你们再也不用自己去生成lib拉!免费下载拉
2021-07-29 17:09:59 1.83MB Sqlite.lib
1
sqlite 3.7.8 官方开发文档 sqlite 3.7.8 官方开发文档
2021-07-28 18:44:21 3.24MB sqlite 教程 开发文档
1
sqlite数据库的连接jar包,java中用于对sqlite数据库的连接
2021-07-28 15:10:07 8.36MB sqlite
1
代码中访问方法: using System; using System.Collections.Generic; using System.Data.SQLite; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenSqliteDBByPwd { class Program { static void Main(string[] args) { string DB_PATH = "Data Source=EncryptedDB.db3; Password=1111"; using (SQLiteConnection con = new SQLiteConnection(DB_PATH)) { con.Open(); string sqlStr = @"INSERT INTO Customer(CUST_NO,CUSTOMER) VALUES ( 3001, 'Allen' )"; using (SQLiteCommand cmd = new SQLiteCommand(sqlStr, con)) { cmd.ExecuteNonQuery(); } } } } }
2021-07-28 09:43:57 11.3MB sqlite 加密 解密 数据库加密
1
SQLite Expert Professional 3 打开加密SQLite必备,可以加密和去除加密。
2021-07-27 17:31:55 45.15MB SQLite Exper
1
用Qt4.8.6做的一个投票系统,用的是Qt自带的sqllite,所以不需要额外下载数据库。 整体做的很简单,代码仅供参考
2021-07-27 16:13:40 4.14MB 投票系统 Qt 数据库 C++
1
此为实例代码,详细讲解请参考: http://blog.csdn.net/guolin_blog/article/details/11952409 如对资源内容有疑问,请到博客中留言。
2021-07-27 15:52:33 8.16MB Android SQLite SQLCipher 数据库
1
sqlite3 使用方法以及加密处理 SQLITT3 3.7版本,加密,VS2005工程源码 SQLITT3 3.7版本,加密,VS2005工程源码
2021-07-27 15:25:10 14.54MB sqlite3.7 WINCE 加密 key
1
C# WinForm中使用SQLite数据库原码实例
2021-07-27 15:17:12 957KB c# winfrom sqlite 数据库
1
SQLite Expert Professional 3.4.9.2218 正版 Key License
2021-07-26 12:59:15 824B SQLite Expert Professional Key
1