No announcements
Found 315440 threads
-
0 Votes
how to use custom sync provider???
How I register my provider with Microsoft Sync Framework so I can make Sync use my Custom Provider.Answered | 8 Replies | 9303 Views | Created by FireArms - Tuesday, May 3, 2011 12:13 PM | Last reply by Sid Singh [MSFT] - Monday, May 9, 2011 4:48 PM -
0 Votes
Custom provider sync
I assume you use the MemoryLog class we provide, correct (you did not implement you own MemoryConflictLog).?Answered | 11 Replies | 8238 Views | Created by Friendly Dog II - Wednesday, May 5, 2010 7:39 PM | Last reply by Friendly Dog II - Monday, May 10, 2010 10:51 PM -
0 Votes
File & Custom Sync Providers for 4.0
+1 for custom sync providers.Answered | 2 Replies | 7851 Views | Created by Jeremy Wesley - Friday, November 5, 2010 2:20 PM | Last reply by joe-wood - Wednesday, January 5, 2011 2:47 AM -
6 Votes
Syncing Related Tables
I've looked at the sample but it doesn't meet my needs the orders table is related only to the customers table (it has no userid only a customer id) and the ...Answered | 11 Replies | 13476 Views | Created by cmck - Monday, June 28, 2010 3:19 PM | Last reply by mjayaram - Friday, July 30, 2010 5:33 PM -
3 Votes
Custom provider: Sync Services for ADO.NET 2.0 vs.
I don't understand how the link above relates to the question asked.Answered | 3 Replies | 15230 Views | Created by bradser - Tuesday, April 21, 2009 6:28 PM | Last reply by bradser - Wednesday, July 8, 2009 6:59 PM -
0 Votes
Sync Provider for Active Directory
The solution is possible - when the source is a DbSyncProvider (suporting ADO.NET data sources) and the target is a Standard Custom Provider.Answered | 9 Replies | 9996 Views | Created by ErykG77 - Saturday, February 20, 2010 7:29 PM | Last reply by ErykG77 - Friday, April 30, 2010 9:27 PM -
0 Votes
ADO.Net provider in combination with custom provider
My goal is to sync a SQL database with a system accessed by using a COM+ application.Answered | 2 Replies | 8971 Views | Created by Jeroen van der Schoot - Monday, February 23, 2009 12:20 PM | Last reply by Jeroen van der Schoot - Thursday, March 5, 2009 5:31 PM -
0 Votes
About the simple sync provider in V2
I would recommend that you take a look at MSDN article for Sync Services for ADO.Net 2.0: ...Answered | 1 Replies | 9834 Views | Created by Alvin.Su - Tuesday, February 3, 2009 4:19 PM | Last reply by Patrick S. Lee - Tuesday, February 3, 2009 6:36 PM -
0 Votes
Client/Server File Sync Provider
Hi - You do need to write a custom provider because our in-the-box File Sync Provider does not allow you to change the transport layer.Answered | 3 Replies | 14223 Views | Created by 0111 - Tuesday, September 15, 2009 8:52 PM | Last reply by 0111 - Tuesday, September 22, 2009 3:15 PM -
1 Votes
Is it possible to sync specific data with Microsoft Sync Framework
Hi, With Collaboration providers, you can define different static filters in different sync scopes to achieve it just as JuneT said.Answered | 5 Replies | 6954 Views | Created by AjinathWaghmode - Monday, May 17, 2010 10:04 AM | Last reply by Dong Cao - Monday, May 17, 2010 8:34 PM -
0 Votes
Unit Test a Custom Provider
Hi George - for the Sync Framework types with private constructors, you will have to use reflection to "mock" them.Answered | 10 Replies | 8926 Views | Created by George Hemmings - Wednesday, March 10, 2010 12:39 AM | Last reply by George Hemmings - Tuesday, March 16, 2010 6:46 PM -
0 Votes
Trying to setup custom database provider as backend db to sync with SQLServer CE
http://blogs.msdn.com/sync/archive/2010/01/05/new-release-database-sync-oracle-and-sql-compact.aspx LiamSr.Answered | 1 Replies | 9268 Views | Created by Steve McGlothlin - Friday, January 22, 2010 11:35 AM | Last reply by Liam Cavanagh - MSFT - Friday, January 22, 2010 5:00 PM -
0 Votes
Sync data from a procedures
We have focussed our efforts on the pure queires as DML operators for the time being in our relational providers.Answered | 3 Replies | 8662 Views | Created by BruceDo - Thursday, October 7, 2010 10:03 AM | Last reply by mjayaram - Tuesday, October 19, 2010 5:00 PM -
1 Votes
Customer Portal Using Sql Membership Provider
We haven't tested using the SQL membership provider, but this blog: ...Answered | 1 Replies | 4775 Views | Created by iSite-BS - Tuesday, March 15, 2011 5:24 PM | Last reply by Palak Kadakia - Friday, March 18, 2011 11:26 PM -
1 Votes
Need advice on what providers to use for specific project
Just to recap and to see if i get you right :) SQLExpressClientSyncProvider provides bi-directional sync, batching and custom filtering and support WCF?Answered | 5 Replies | 7585 Views | Created by Anders Burla - Wednesday, March 3, 2010 11:25 AM | Last reply by JuneT - Friday, March 19, 2010 2:00 PM -
0 Votes
Using sync framework or insert statement to insert data from local to remote?
In addition to Friendly's reply, Sync framework helps to solve a class of problems related to data movement.Answered | 2 Replies | 7626 Views | Created by aspfun - Thursday, April 22, 2010 3:34 PM | Last reply by jigu2014 - Thursday, April 22, 2010 8:22 PM -
0 Votes
Using related data in custom sync provider
it's easier writing an offline provider using the Sync Framework Toolkit than a full custom provider. not necessarily because you need an offline ...Answered | 3 Replies | 7030 Views | Created by DionG - Friday, October 21, 2011 5:41 AM | Last reply by JuneT - Sunday, October 23, 2011 12:45 AM -
1 Votes
How to best handle post sync data massaging
http://support.microsoft.com/default.aspx?Answered | 3 Replies | 12914 Views | Created by Bryan Dougherty - Tuesday, August 3, 2010 5:47 PM | Last reply by JuneT - Wednesday, September 1, 2010 1:07 AM -
0 Votes
Find a solution for large data need to be Sync.
Sync have to load all data (configed) to client when app loaded.Answered | 2 Replies | 7815 Views | Created by BruceDo - Tuesday, March 22, 2011 8:11 AM | Last reply by BruceDo - Wednesday, March 30, 2011 2:48 AM -
0 Votes
Looking for SqlServer to SqlServer Sync Provider Example
As you state, you can use the SetCreateTableDefault() method on the SqlSyncScopeProvisioning class.Answered | 5 Replies | 8072 Views | Created by Peter Kellner - Wednesday, June 2, 2010 8:35 PM | Last reply by Mark Scurrell - MSFT - Tuesday, June 8, 2010 4:32 PM - Items 1 to 20 of 315440 Next ›
No announcements