microsoft-sync-framework
What is the differences between Sync Framework 2.1 SDK and Sync Framework 2.1 Redistributables?
I\'m new to MS Sync Framework and get confused by the two packages to download from MS Download page. Please explain if you know the diff开发者_Python百科erences.The SDK is fpr developers, the redistr[详细]
2023-01-24 21:46 分类:问答Is it possible to define a custom tracking mechanism with the Microsoft sync framework?
I am currently evaluating the Microsoft sync framework as a possible solution to sync data between two SQL databases. The examples I have seen so far rely on \"tracking tables\" containing the informa[详细]
2023-01-22 15:19 分类:问答Microsoft Sync framework source code
Does anyone know if the MS开发者_JAVA技巧 Sync Framework source code is availableand how to obtain it ?The source itself is Microsoft\'s IP. In other words, it\'s proprietary and not open sourced. The[详细]
2023-01-22 02:23 分类:问答Microsoft Sync Framework error deleting foreign key linked tables
I am using Microsoft Sync Framework 2.1 with SqlServerCE. I h开发者_JAVA百科ave a main table with a child table linked by a foriegn key. When I delete the main table entry, it fails since there are it[详细]
2023-01-19 08:16 分类:问答Using the MS sync fx, some changes fail to apply
I\'m using the sync framework to sync between an SQL-Server and an SDF. I\'m using VS-2010 Local Database Cache to do the actual sync, with the ConflictResolver set to client wins.[详细]
2023-01-19 03:00 分类:问答Microsoft Sync Framework 2.0 : is it possible to update the column value within the same sync transaction (Client Upload Server Update) scenario?
Let say, I have a tablewith 2 columns (OrderId and OrderDate). In the original design, OrderId is the surrogate (which is still somewhat meaningful to the end user since they still like to refer to Or[详细]
2023-01-14 20:00 分类:问答Is it possible to synchronize with Microsoft Sync Framework through FTP-transfers?
I\'m looking at synchronize methods between two databases and found Microsoft Sync Framework recently.[详细]
2023-01-12 14:15 分类:问答sqlexception was unhandled
\"Invalid object name \'TableName_Tombstone\'\" reads the rest of the exception message. I\'m trying to sync sqlce with sql server 2008 and although I\'ve attributed the TombstoneTableName a name wit[详细]
2023-01-11 20:36 分类:问答The SELECT permission was denied on the object 'Notes', database 'Sticky', schema 'dbo'
It appears here: SyncAdapter notesSyncAdapter = notesBuilder.ToSyncAdapter(); ((SqlParameter)notesSyncAdapter.SelectIncrementalInsertsComm开发者_JAVA百科and.Parameters[\"@sync_last_received_anchor\"[详细]
2023-01-10 19:17 分类:问答Cannot apply indexing with [] to an expression of type 'System.Data.IDbCommand'
Do you have an idea what might cause the error in the title? It highligh开发者_运维问答ts an error in the following part of the code:[详细]
2023-01-10 18:55 分类:问答