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

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

  • Tuesday, 24 April, 2012 8:21 PM
     
     

    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.



All Replies

  • Thursday, 26 April, 2012 11:04 PM
    Moderator
     
     

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

    try changing its data type.