is it possible to solve conflicts on client side with sync services for ado.net? for example, with Client Insert Server Insert, updating client's table id (on client side) , tks
|
feedback
|
|
While on the server side you can do:
You cant do this on the client, but, you can intercept the applying changes event and take appropriate action, like this...
| |||
|
feedback
|