MS Sync Framework 2.1 data conflict -


i using ms sync framework 2.1 wcf.

want give choice client choose particular record upload , download, possible or not?

ex.

server db

client id  client name  1          alex  2          tim 2  3          john  

client db

client id  client name  1          alex 1  2          tim  3          john  

choice client : alex 1 (1) record upload , tim 2 (2) record download

if possible how it?

dynamic filtering not supported out of box in sync framework. you'll better off hand coding want achieve rather force sync fx work way.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -