Unanswered MS Synch Framework 2.1 Batch Delivery Using USB

  • Saturday, April 14, 2012 5:48 AM
     
     

    Hi

    Does the MS Synch framework 2.1 batching supports synchronization between server and client which are not connected at any time.  The need is to track changes on the client and transfer the changes to server using physical media like USB and upload into the server. Does the batching "How to: Deliver Changes in Batches (SQL Server)" support such requirement.

    http://msdn.microsoft.com/en-us/library/dd918908.aspx

    Thanks & Regards

    JP

All Replies

  • Friday, April 20, 2012 2:57 AM
    Moderator
     
     

    the answer is no, and it would be difficult to custom code that.

    try this instead, sync your client to a SQL CE DB. ship the SQL CE DB to server and sync. ship the SQCE DB back to client and sync with client db.

    that's assuming your client db is small.