码迷,mamicode.com
首页 > 数据库 > 详细

解决SQLite异常:library routine called out of sequence

时间:2014-05-21 03:12:20      阅读:1023      评论:0      收藏:0      [点我收藏+]

标签:android   style   c   color   a   strong   

在项目开发中,使用SQLite一不小心就会碰到各种DB异常,网上搜了下没有这方面的资料,写出来记录下。

异常信息:
android.database.sqlite.SQLiteMisuseException: library routine called out of sequence: , while compiling: ......

解决这种异常有2个办法:
方法一:单例模式使用DB时,函数[方法]上加同步synchronized即可解决。

方法二:工厂模式使用DB也可以解决(或者在线程中new一个新的DB,再调用相关函数[方法])。

解决SQLite异常:library routine called out of sequence,布布扣,bubuko.com

解决SQLite异常:library routine called out of sequence

标签:android   style   c   color   a   strong   

原文地址:http://www.cnblogs.com/error404/p/3738638.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!