Syncing timestamp column - Column 'RowVersion' does not belong to table Equipment

Unanswered Syncing timestamp column - Column 'RowVersion' does not belong to table Equipment

  • 2012年4月24日 20:21
     
     

    I am syncing from SQL Server 2008 r2 sp1 to SQL Server Compact 3.5 sp2.  One particular table has a timestamp column.  When it comes time to synchronize this table I get the following error...

    Column 'RowVersion' does not belong to table Equipment.

    Any insight as to why this may be happening? 

    Thanks.  Any help would be appreciated.



全部回复

  • 2012年4月26日 23:04
    版主
     
     

    sync fx cant actually synchronize timestamps...(a timestamp is an auto generated value every time you update a row)...

    try changing its data type.