I have created a MS Sync application, which performs the synchronisation between one local MS SQL server and six SQLExpress clients. I have discovered the new rows in the tblTransaction table are all transferred and collected at the server. So after
the server has synchronized with every client the server has all transaction rows from all clients. The problem is it does not forward the received transaction rows to the other clients. So the server does not pass the transaction rows from client1 to
client2, client3 .. client6. My question is how to configure the synchronization framework to forward the new transaction rows from client1 via the server to client2, client3, .. client6. Any advice is urgently needed and very welcome. Kind regards
Chang2011