> I have an app that does something similar and the way I ensure that > the copy is finished is that I have a special end-of-load (EOL) record > that goes into the table as the last item. My app does a select for > that EOL record each time it's launched. If the table isn't created > yet or the EOL is missing then the app puts up a screen asking the > user to wait a moment.
That's a very good idea. Thanks for the tip. I have setup Acra (Error reporting) and I send myself reports when I catch this exception, I see it happening with some users but I know the table is there because next time the user tries the table with the records are all good. I managed to get an user to send me the log and I verified this. -- 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

