Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

am developing a Windows Store 8.1 app using C# and xaml.

I already have a database in SQL Azure..
Now i have created a new mobile service and i want to use the existing data(tables) to the newly created mobile service using .net back end.

As i created the new mobile service it created a different schema,

how can i use the existing schema and its data using MobileService?
Posted

1 solution

You need to create existing tables in azure mobile service -- data tab.
You don't have to specify columns. It will just create schema for this and automatically existing tables ( with columns ) will be visible in mobile service.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900