I was wandering if it is possible to synchronize between the out-of-the-box ADO.net provider and a custom provider I am about to implement? Or do I have to write custom providers on both sides as soon as one of the providers is a custom provider?
this example still syncs between SQL databases. My goal is to sync a SQL database with a system accessed by using a COM+ application. I wrote a custom provider for both the SQL database and the COM+ application. This works fine.
I was just wondering if I could use the SQL provider provided from the sync framework with my custom provider.