Bidirectional not working
-
vendredi 16 mars 2012 17:32
Hi,
My synthronization i have mark some table as downloadonly and some are uploadonly, Those two feature working fine. But i have one table it should update server and client too. So i mark it as Bidirectional. But its not working, It download server data to client, but it didnt upload client data to server
Why that?
here is my code for that table
<syncTable Id="6856999f-79f0-4e09-8730-df0657f1e586" name="ProductSyncTable" syncDirection="Bidirectional" creationOptions="DropExistingOrCreateNewTable" tableName="Product" fullTableName="dbo.Product" deletedDateColumnName="DeletionDate" transactionIndex="0"> <syncGroup> <syncGroupMoniker name="/9ed87263-81d6-43bd-a14b-491cd747fc5a/ProductSyncGroup" /> </syncGroup> </syncTable>
Toutes les réponses
-
lundi 19 mars 2012 02:11Modérateuryou can subscribe to the ChangesSelected event on the client provider to confirm its actually selecting the row and subscribe to the server provider's ApplyChangesFailed event to confirm if there are errors applying the rows.
-
lundi 19 mars 2012 03:44
Is there any sample code or any brief description
-
lundi 19 mars 2012 03:53Modérateurjust look them up in the documentation, there's plenty of samples there
-
jeudi 29 mars 2012 16:56
Did you find what you were looking for?
How to work with Events and Program Business Logic
http://msdn.microsoft.com/en-us/library/bb726009.aspx
Thanks,
Cathy Miller
-
vendredi 6 avril 2012 05:29
I have create two synthronization class and one mark as downloadonly other one uploadonly

