locked
Need help on using sync framework for devices RRS feed

  • Question

  • Hello

    I have an existing .NET application which is making use of RAPI.dll till date to sync data on windows mobile. It works in the following way.

    On my .NET windows based application I have option to sync mobile. When I click on that option, my app connects to database fetches records and creates a .DAT file which will then be added to mobile with the help of RAPI.dll.

    Now I was asked to make use of Microsoft Sync framework as part of architectural changes within the project, as it been used in other areas of the project. So Im just wondering to know how to get the similar functionality what we were having with RAPI.dll in our project. 

    Thanks in advance.

    Regards,

    Krishna

    Friday, August 22, 2014 3:02 AM

Answers

  • Sync Framework do not produce a file that you can send and apply on the destination.

    It connects directly to the synchronizing databases to do the sync.

    you might want to detail what specific database products/platforms are you planning to sync.

    • Marked as answer by satyam821 Friday, August 29, 2014 6:49 AM
    Friday, August 22, 2014 3:34 AM