问题描述
在我的应用程序中,一个服务是从服务器获取数据,并将其插入到表A
。
去特定的UI,我需要从另一个表B
列表数据如果后台
操作正在做,它将生成数据库锁定异常。我有两个数据库
操作在两个不同的表上并行完成。
在samsung gt15801中工作正常。但是htc希望它将生成数据库锁定的
错误。
p>尝试使用一个 SqliteDatabaseHelper 。之后
上述删除的方法已弃用,请勿使用。
In my application one service is getting data from server and inserting it to table A
.
If I go to particular UI, I need to list data from another table B
if background operation is doing it will generate database locked exception. I got two database operation done in parallel each on two different table.
It is working fine in samsung gt15801. But htc desire it will generate database locked error.
Try to use one SqliteDatabaseHelper and make it single instance. After thatAbove deleted methods are deprecated so please do not use.
这篇关于HTC Desire中的数据库锁问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!