Search code examples
microsoft-sync-framework

Microsoft Sync framework, sync database with files


I want to sync a database who represent my file and a local folder who contain files.

I have seen the FileSyncProdivder and the SQLSyncProvider but i want to know if I need te create a custom provider or if someone have alreay did this ?


Solution

  • the two (FileSyncProvider and SQLSyncProvider)providers will not sync with each other.you will have to write your own code to do this.