Unanswered Bidirectional not working

  • vendredi 16 mars 2012 17:32
     
      A du code

    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