Tagged Questions
1
vote
1answer
64 views
Can Sync Services add a column on the central table?
Is it possible to have Sync Services for ADO.NET read data from a table on multiple devices and insert it into a central SQL Server, having an additional column in the central table with the origin of ...
0
votes
1answer
122 views
Sync Services Ado.net define Range Id
is there a way to define a range of id's for insertions in a table in a client DB, using Sync Services for ado.net? does Sync services have any predicted support for such a case?
tks
0
votes
1answer
431 views
Sync Services Ado.net conflict resolution
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