Hi,
I want to sync data from server database in mobile application at the time of connection mode so that in batch mode user will run application using local database data.I have referred following link
http://msdn.microsoft.com/en-us/library/cc488004.aspx
to sync up process but problem is that this process will use same table structure which is present on server & i am not able to filter data.
1> I want table which have less column compare to server table.
2>Also I want to sync only that data which is created by user on server so I want to add filter for sync up.
Please give me solution for above problem