On Tue, Dec 6, 2011 at 3:41 AM, MarkG123 <[email protected]> wrote: > Hmmm, I need to remove entries from tables as I "process" them... > > Is there any way this can be achieved on Android?
Sure, as long as you have write access to the file, and it's not locked by another app/process. Another alternative, if you don't need the original app to see the changes is to copy the whole DB and process your copy. -- 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

