i have recently trying to create database related windows phone 8 application because i want update content dynamically and whenever i updated it will automatically updated in my application also.,
so that i have decided to keep all my data in db (.sqlite) file and upload it on server
Note that i have not created any Database in local and i will try to download sqlite file from server ., from that sqlite file i ll get database tables.,
so my Requirement is
1) how to download (.sqlite) file from the server via server URL like (www.example.com/folder/sample.sqlite)
2) how to save that sqlite file in local or isolated storage
i have searched and got some samplew from online., but all of this ll create database in local itself.,
so please someone give me solution that how to download .sqlite file directly from URL and save it in local.,