Answered by:
Linking the app with database

Question
-
Hello
I am building an windows 8.1 mobile app. For the application i should get the data which is stored in the database. Can anyone help me out which database is suitable for the VS 2013 (other than azure services) and please provide a sample code for connecting to the database from the application.
Thanks & Regards
Manideep
Orbit Technology Research Limited.
manideep
Tuesday, September 16, 2014 5:41 AM
Answers
-
Hi, Mummadi Manideep.
Do you want have connection with local database? If yes - you can use SQLite (http://visualstudiogallery.msdn.microsoft.com/1d04f82f-2fe9-4727-a2f9-a2db127ddc9a, http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps)
Regards, Nikita.
- Proposed as answer by Rob Caplan [MSFT]Microsoft employee, Moderator Tuesday, September 16, 2014 7:09 PM
- Marked as answer by Mummadi Manideep Wednesday, September 17, 2014 5:18 AM
Tuesday, September 16, 2014 5:52 AM -
Hi
if you don't want to use azure than i recommend to use create database using Sqlite Library or Isolated storage which will create local storage and save data there.
To learn about SqLite follow this link
Using Sqlite in Windows Phone App
- Edited by Faizan Amjad Tuesday, September 16, 2014 6:21 PM
- Proposed as answer by Faizan Amjad Tuesday, September 16, 2014 6:21 PM
- Unproposed as answer by Rob Caplan [MSFT]Microsoft employee, Moderator Tuesday, September 16, 2014 7:08 PM
- Marked as answer by Mummadi Manideep Wednesday, September 17, 2014 5:18 AM
Tuesday, September 16, 2014 6:19 PM
All replies
-
Hi, Mummadi Manideep.
Do you want have connection with local database? If yes - you can use SQLite (http://visualstudiogallery.msdn.microsoft.com/1d04f82f-2fe9-4727-a2f9-a2db127ddc9a, http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Using-SQLite-in-Windows-Store-Apps)
Regards, Nikita.
- Proposed as answer by Rob Caplan [MSFT]Microsoft employee, Moderator Tuesday, September 16, 2014 7:09 PM
- Marked as answer by Mummadi Manideep Wednesday, September 17, 2014 5:18 AM
Tuesday, September 16, 2014 5:52 AM -
Hi
if you don't want to use azure than i recommend to use create database using Sqlite Library or Isolated storage which will create local storage and save data there.
To learn about SqLite follow this link
Using Sqlite in Windows Phone App
- Edited by Faizan Amjad Tuesday, September 16, 2014 6:21 PM
- Proposed as answer by Faizan Amjad Tuesday, September 16, 2014 6:21 PM
- Unproposed as answer by Rob Caplan [MSFT]Microsoft employee, Moderator Tuesday, September 16, 2014 7:08 PM
- Marked as answer by Mummadi Manideep Wednesday, September 17, 2014 5:18 AM
Tuesday, September 16, 2014 6:19 PM