On Fri, Oct 15, 2010 at 10:23 AM, Albert <[email protected]> wrote: > Sorry if it was not clear. It does work most of the time for those > users (meaning the table is there), it just fails from time to time... > > I'm also shipping the database with the app and it gets copied to the > internal memory.
Might it be that you are opening the database before the copy is complete, or before the copy is initiated? It feels like you are connecting to a missing or empty database. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

