fozzeuh
fozzeuh

Reputation: 41

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 ?

Upvotes: 0

Views: 63

Answers (1)

JuneT
JuneT

Reputation: 7860

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

Upvotes: 1

Related Questions