On Fri, Aug 14, 2009 at 7:59 AM, trev <[email protected]> wrote: > > My application needs to download a reasonably sized SQLite database at > runtime, depending on the location of the user. On a remote server I > will have many databases for various regions around the globe and > would like to download the database file, but can't quite work out > what steps are required. It doesn't seem that I can open a database > file for writing to directly.
You can write it as common file by using file operation APIs. > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

