问题 How to: track clients.

  • יום שלישי 17 אפריל 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..

כל התגובות

  • יום שישי 20 אפריל 2012 02:45
    מנחה דיון
     
     
    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...