How to add a existing database file say (ex:- x.sdf) and dump the data present in the database file into phone’s local database?
I want do this when the end user is installing the app itself.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the “Application Deployment” part of this article; there you’ll see how you can deploy a readonly database with your application, and what will you need to do in order to make it writable once it is deployed!