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

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

  • 24 Nisan 2012 Salı 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.



Tüm Yanıtlar

  • 26 Nisan 2012 Perşembe 23:04
    Moderatör
     
     

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

    try changing its data type.