Exception: attempt to acquire a reference on a close SQLiteClosable
- by CommonsWare
I posted this back in May on the [android-developers] Google Group. I never heard back and was not able to reproduce the problem until one of my students did last week. I figured I'd post it here and see if it rang any bells for anyone.
In one of my code samples, I have the following method:
static Cursor getAll(SQLiteDatabase db, String orderBy)…