Getting exception while accessing sqlite database in android
问题 I am trying to access sqlite database in my app and getting this exception: 12-27 11:32:12.760: E/Exception:(746): java.lang.IllegalStateException: attempt to acquire a reference on a close SQLiteClosable Exception occured in ContactListOfNumbersForWhichRuleIsAlreadySpecified() of DatabaseHandlerRule.java I am using this code: public ArrayList<String> ContactListOfNumbersForWhichRuleIsAlreadySpecified(DatabaseHandlerRule Activity) { ContactRule contact = null; Cursor cursor = null;