Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi,
I want my windows phone 8 application to sync automatically, when a row is inserted in a table.

That is, a xaml page in my app displays all the data in a table.

1. So, if a new row is added to that table, the change should be updated in my app too.(while app is running)

2. If the app is closed, it has to show notification( kind of).

I have no idea how to do it, and googled it. I came across Change Tracking, etc, but still couldn't to do it.!

Give me some solution..


Thanks and Regards
Kalai
Posted
Updated 4-Feb-13 23:21pm
v2
Comments
Pete O'Hanlon 5-Feb-13 5:34am    
Where is this table? Is it in a database on the phone, or is it in a database on the server? What type of database is it?
kalai91 5-Feb-13 5:36am    
It is in the database on the server. It is a SQL server database.

1 solution

Sounds like what you are trying to do is push the changes out using Push Notifications. I'd suggest that you start off by reading this[^] page, and then download and review the samples. Your second requirement will be satisfied by using Toast notifications.
 
Share this answer
 
Comments
kalai91 5-Feb-13 5:49am    
Thanks Pete.
Pete O'Hanlon 5-Feb-13 8:27am    
No problem. Glad to be of service.

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