c# - Sync Fx: Succeesfully synchronize but no data were synchronize -


i've made winform application data synchronization offline scenario using sync fx. problem when synchronize database, application give me message said application synchronized (complete number of rows synchronized) when check @ database data not synchronized , still same. idea why happened?

and want know, possibilities makes data failed synchronize?

subscribe applychangefailed event of providers see if error or conflict encountered during sync.

you might want expound databases synching (sql ce?, sql express, server, localdb, azure?) , change failing (inserts, updates, deletes?)


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -