Unanswered How to: track clients.

  • 17. dubna 2012 14:12
     
     

    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..

Všechny reakce

  • 20. dubna 2012 2:45
    Moderátor
     
     
    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...