Blackberry DatabaseOutOfMemoryException with SQLite

假如想象 提交于 2019-12-11 05:53:49

问题


I'm getting the following error:

net.rim.device.api.database.DatabaseOutOfMemoryException

When trying to update my DB. It seems to happen at random points in the code (of course these are always points where I interact with the DB).

What does this error mean and how can I prevent this from happening??

By the way, I use transactions when using INSERT and UPDATE to speed things up.

Any help at all would be greatly appreciated!

Thanks!!

来源:https://stackoverflow.com/questions/12375065/blackberry-databaseoutofmemoryexception-with-sqlite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!