Kalyan Dechiraju
Kalyan Dechiraju

Reputation: 1287

How to create a static local database to store data in my windows phone app?

I want to store the data into my app locally and just read the data when the user searches. For example the flag and its country name.

Upvotes: 0

Views: 96

Answers (1)

Tim Griffiths
Tim Griffiths

Reputation: 984

If you mean you want to put a pre-populated db in your app there's some instructions here on how to include it and how to read from it:

http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh286411(v=vs.105).aspx

If that's not what you meant and you want to be able to read and write from a db in your app there's some links on that page too.

Upvotes: 1

Related Questions