Hi. Some users of our app experiences troubles with database. App falls with this exception:
ERROR/DBAdapterBase(747): exception opening db ERROR/DBAdapterBase(747): android.database.sqlite.SQLiteException: unsupported file format In some cases our database become corrupt. Are there some standard methods to resolve this, because only way i see is to delete database file and recreate it from scratch, but in this case all data will be lost. Any suggestions how data can be saved? -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

