Bidirectional not working
-
2012年3月16日 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>
全部回复
-
2012年3月19日 2:11版主you 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.
-
2012年3月19日 3:44
Is there any sample code or any brief description
-
2012年3月19日 3:53版主just look them up in the documentation, there's plenty of samples there
-
2012年3月29日 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
-
2012年4月6日 5:29
I have create two synthronization class and one mark as downloadonly other one uploadonly

