Hey, I am having the same question. I have a .db file on the internet and i can download this file but I want to save it (as a file) so i can work with this sqlite database file!
How can i create a file like this? Thanks, Wouter On Aug 14, 2:23 am, yao chen <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

