Click here to Skip to main content
15,886,025 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am trying to develop a windows phone app which requires me to store textbox entries to a db. I have added a SQL Server project to my Windows phone project (which DOES show up in the solution explorer, btw).

I have the db on Azure, also have the server address which is
VB
x****z.database.windows.net


I would like to know how can I update the entries the my database on real time basis.

The page does this: Takes the first and last name of the user and when he hits next, it takes to page 2 (depending on certain criteria of course). In the back-end, i also want it to save the names in the database. It has the table with all the necessary fields, but I just cannot find a way to have it updated :(

Your help will be greatly appreciated!

Thanks in advance.
Posted

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