问题
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