Unanswered How to: track clients.

  • Tuesday, April 17, 2012 2:12 PM
     
     

    We  have a service hosted with the help of syncframework toolkit. Clients are accessing this service to sync the data to the central database.

    Is there any mechanism provided by syncframework toolkit to track which client had made changes,which client has issued conflict etc..

All Replies

  • Friday, April 20, 2012 2:45 AM
    Moderator
     
     
    afaik, there's none... you'll have to code this yourself...for example, to track the origin of data, for your tables, you can add a clientid...