staledataexception

Can someone explain to me this `StaleDataException`

Can someone explain to me this StaleDataException 07-11 19:58:23.298 E/AndroidRuntime( 1044): Uncaught handler: thread main exiting due to uncaught exception 07-11 19:58:23.368 E/AndroidRuntime( 1044): android.database.StaleDataException: Access closed cursor 07-11 19:58:23.368 E/AndroidRuntime( 1044): at android.database.AbstractWindow...

Android ExpanableListView and CursorTreeAdapters -- StaleDataException

Hi, I am trying to create an ExpandableListView from Cursors. The underlying database/table contains Group data and Child data as multiple rows. I am running a distinct + group by query to get the Group data and a separate query for the related Child Data (using a whereClause). The child view contains EditTexts and I have put FocusChan...