i want to create static database for windows phone 8 sdk. I dont know in windows phone what database have to use whether sqlite or sql server. Please help me. Thanks in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
SQLite is a popular option for adding an in-process database to your Windows Phone Apps. You might want to read this article to learn more: Using the SQLite database engine with Windows Phone 8 apps If you'd rather, a @rs points out above, you might also consider SQL Server Compact Edition. This article from the always awesome ErikEj should set you on the right path: Generate a Windows Phone 8 Local Database DataContext from an existing database HTH. |
|||
|
|