码迷,mamicode.com
首页 >  
搜索关键字:sqlite manager    ( 11886个结果
C#使用System.Data.SQLite操作SQLite
使用System.Data.SQLite 下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作staticvoidMain(s...
分类:数据库   时间:2014-06-27 21:49:59    阅读次数:291
linux常用命令的英文单词缩写
命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user切换用户rpm:redhat package manager红帽子打包管理器pwd:print work directory打印当前目录 显示出当前工作目录的绝对路径ps: proc...
分类:系统相关   时间:2014-06-26 22:15:58    阅读次数:460
How to delete expired archive log files using rman?
he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the ...
分类:其他好文   时间:2014-06-26 20:20:52    阅读次数:262
EF6 在 SQLite中使用备忘
==菜鸟级选手试验在EF6中使用Sqlite,零EF基础,少量Sqlite基础。经过断断续续的很长时间- _ -!>>连接1. 安装 使用目前最新版本EF6.1,Sqlite1.0.93.0。直接NuGet安装: 2. 配置12345678910111213141516171819202122232...
分类:数据库   时间:2014-06-26 18:36:18    阅读次数:374
OCP-1Z0-051-题目解析-第10题
10. View the Exhibit and examine the structure of the PROMOTIONS table.Each promotion has a duration of at least seven days .Your manager has asked yo...
分类:其他好文   时间:2014-06-26 15:36:20    阅读次数:240
让PDF.NET支持最新的SQLite数据库
最近项目中用到了SQLite,之前项目中用的是PDF.NET+MySQL的组合,已经写了不少代码,如果能把写好的代码直接用在SQLite上就好了,PDF.NET支持大部分主流的数据库,这个当然可以,只是我发现,目前发布的编译好的PDF.NET的库并不支持最新的SQLite,直接替换输出路径下的D.....
分类:数据库   时间:2014-06-26 15:12:38    阅读次数:202
Sqlite 常用函数推荐
Sqlite 常用函数1 、打开数据库:说明:打开一个数据库,文件名不一定要存在,如果此文件不存在, sqlite 会自动创建。第一个参数指文件名,第二个参数则是定义的 sqlite3 ** 结构体指针(关键数据结构),这个结构底层细节如何,您不用管它。 int sqlite3_open( cons...
分类:数据库   时间:2014-06-26 13:01:50    阅读次数:323
php读取sqlite数据库入门实例
php读取sqlite数据库的例子,php编程中操作sqlite入门实例.原文参考:http://www.jbxue.com/article/php/22383.html在使用SQLite前,要确保php.ini中已经启用sqlite和pdo配置 打开PHP.INI文件,打下以下扩展:extensi...
分类:数据库   时间:2014-06-26 13:01:06    阅读次数:201
sqlite时间戳转时间语句(时间转时间戳)实例
sqlite时间戳转时间、时间转时间戳的方法实现代码:sqlite> SELECT datetime(1377168853, 'unixepoch', 'localtime');+------------------------------------------------+| datetime(...
分类:数据库   时间:2014-06-26 13:00:29    阅读次数:247
SQLite函数总结
1.打开数据库 int sqlite3_open( const char *filename, // 数据库的文件路径 sqlite3 **ppDb // 数据库实例 );2.执行任何SQL语句 int sqlite3_exec( sqlite3*, ...
分类:数据库   时间:2014-06-25 11:57:30    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!