Unanswered How to: track clients.

  • martes, 17 de abril de 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..

Todas las respuestas

  • viernes, 20 de abril de 2012 2:45
    Moderador
     
     
    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...