随笔分类 -  Sqlite

摘要:SQLite包含了如下时间/日期函数: datetime().......................产生日期和时间 date()...........................产生日期 time()...........................产生时间 strftime()... 阅读全文
posted @ 2014-03-27 15:32 深南大道 阅读(558) 评论(0) 推荐(0) 编辑
摘要:sqlite常用sql语句 --返回UTC时间 select CURRENT_TIMESTAMP; --返回本地时间 select datetime(CURRENT_TIMESTAMP,'localtime'); --时间转换,时间转换时要求: yyyy-MM-dd,例如: 2008-08-09 S 阅读全文
posted @ 2014-03-26 14:51 深南大道 阅读(718) 评论(0) 推荐(0) 编辑
摘要:private void button1_Click(object sender, EventArgs e) { //Sqlite使用事务批量操作 极大的提高速度 DateTime starttime = DateTime.Now; using (SQLiteConnection con = new 阅读全文
posted @ 2014-03-26 12:58 深南大道 阅读(406) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示