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

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -