views:

277

answers:

2

We are investigating using the Microsoft Mobile Sync Framework and I would like to put together a quick prototype. I am trying to pitch Mobile Sync Framework ofer another sync provider. I have zero experience with it so far, so I am looking for good examples of how to use it to sync backend relational database to SQL Server Compact database to enable working in an offline scenario. It would be very helpful to see a sample syncing solution with Oracle as the back end, but Sql Server should be fine to get an understanding.

Thanks, Tom

A: 

see here: http://stackoverflow.com/questions/239150/sync-framework-resources
Hope that thread helps

nihi_l_ist
A: 

For an end to end solution for syncing between a mobile device and a server, have a look at the SyncComm project

Also this article from syncguru should give you a head start on writing your own provider for Oracle - it's quite straightforward to plug said provider into SyncComm - but I can if needs be provide further guidance.

Sliff