Thank you Mark! In my deleteBeeyard() method, the "finally {dbCon.close();} " was the problem.
I thought the SQLiteDatabase I get from getWritableDatabase() is unrelated to the previously created Cursor (with getReadableDatabase().rawQuery(...) ) for the CursorAdapter. Obviously I didn't (and still don't) understand some basics. :-( -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en