Hi all........ I'm developing an app which involvels too many database operations(insertion & retrievel)....hence,I'm getting the the above said exception and I think its because of database opertaion . Does anybody know how to get rid of this problem? Please help, its urgernt..............
Thhank you all.......... Pratap S. 10-21 15:08:26.614: ERROR/AndroidRuntime(722): android.database.sqlite.SQLiteException: Unable to close due to unfinalised statements 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at android.database.sqlite.SQLiteDatabase.dbclose(Native Method) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at android.database.sqlite.SQLiteDatabase.onAllReferencesReleased(SQLiteDatabase.java:241) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at android.database.sqlite.SQLiteClosable.releaseReference(SQLiteClosable.java:42) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at android.database.sqlite.SQLiteProgram.onAllReferencesReleasedFromContainer(SQLiteProgram.java:76) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at android.database.sqlite.SQLiteDatabase.closeClosable(SQLiteDatabase.java:697) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at android.database.sqlite.SQLiteDatabase.close(SQLiteDatabase.java:684) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at com.uttara.and.icommute_less_lite.databasehandling.ICommuteLessDbHandling.close(ICommuteLessDbHandling.java:266) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at com.uttara.and.icommute_less_lite.startcommute.ICommuteReport.processReport(ICommuteReport.java:401) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at com.uttara.and.icommute_less_lite.startcommute.ICommuteReport$1.run(ICommuteReport.java:225) 10-21 15:08:26.614: ERROR/AndroidRuntime(722): at java.lang.Thread.run(Thread.java:1058) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

