No announcements
Found 348306 threads
-
2 Votes
Is it possible to instruct Sync FX to ignore certain columns?
Ann, those tutorials really seem like they will be helpful in getting us up to speed, thanks for pointing them out!Answered | 5 Replies | 8322 Views | Created by Bo416 - Thursday, September 30, 2010 4:28 PM | Last reply by Bo416 - Thursday, September 30, 2010 9:46 PM -
0 Votes
How do you specify the primary key when using SqlCeClientSyncProvider and DbServerSyncProvider
Yunwen, This is happening during the initial sync when the client side schema is being created.Answered | 3 Replies | 11769 Views | Created by dkeck - Monday, September 28, 2009 7:46 PM | Last reply by Yunwen Bai - Monday, October 5, 2009 1:30 AM -
0 Votes
FilterTemplates Sync Fx v2.1
Sync Fx doesnt handle joins/foreign keys automatically.Answered | 3 Replies | 7403 Views | Created by Vishal Mohan - Friday, September 24, 2010 2:33 PM | Last reply by Vishal Mohan - Thursday, September 30, 2010 5:45 AM -
0 Votes
Sync Fx 1.0 to Sync 2.0 CTP2
We found that we need to create Scope first and then provision the server if we use CTP2, which is different from that of Sync Fx 1.0, so ...Answered | 2 Replies | 11811 Views | Created by DevUser1 - Wednesday, September 16, 2009 4:29 PM | Last reply by DevUser1 - Thursday, September 17, 2009 2:40 PM -
0 Votes
Cannot use a DbSyncTableDescription with no primary key columns defined for synchronization provisioning
why can't they have a primary key?Answered | 6 Replies | 12501 Views | Created by sharon 5656 - Thursday, February 3, 2011 12:15 PM | Last reply by JuneT - Friday, June 29, 2012 1:31 AM -
0 Votes
Primary Key update
If Primary key is modified Used cursor to loop through the modification 3.Answered | 9 Replies | 8499 Views | Created by Varde - Friday, October 1, 2010 7:42 AM | Last reply by Varde - Thursday, October 7, 2010 9:20 AM -
0 Votes
How to get a entity's Primary Key field Value
Try to use following code: if (crmForm.FormType !Answered | 5 Replies | 7424 Views | Created by 狐狸糊涂 - Wednesday, January 27, 2010 8:23 PM | Last reply by 狐狸糊涂 - Thursday, January 28, 2010 6:18 PM -
0 Votes
Primary Key ID Pools
I have been using GUID's for the keys for sync'd tables, it ensures that the keys will be unique between machines... not sure if its best practice though....Answered | 2 Replies | 12580 Views | Created by richardsyf - Thursday, November 26, 2009 2:41 PM | Last reply by Mahesh Dudgikar - Friday, November 27, 2009 4:43 AM -
0 Votes
How to update child rows after a primary key conflict
Yes, your recap is correct and yes I am using identities.Answered | 5 Replies | 9972 Views | Created by Andrew E - Thursday, January 7, 2010 9:09 PM | Last reply by Sean_Kelley - Wednesday, January 13, 2010 6:56 AM -
0 Votes
how to get Sync Fx to use the primary key when generating
also, have a look at these as these may be similar to what you're trying to accomplish: Part 2 – Bidirectional Synchronization where the Client and Server ...Unanswered | 1 Replies | 6115 Views | Created by EHCarleton - Monday, October 24, 2011 7:11 PM | Last reply by JuneT - Tuesday, October 25, 2011 1:24 AM -
6 Votes
Server side logic (sync fx 4)
How to specify SyncDirection for tables?Answered | 13 Replies | 14177 Views | Created by spiritt1 - Wednesday, October 19, 2011 2:13 PM | Last reply by spiritt1 - Friday, October 21, 2011 12:32 PM -
0 Votes
how to use custom sync provider???
also providers are like drivers/plugins/adapters, Sync Fx is still the one that's going to invoke your custom provider.Answered | 8 Replies | 9313 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
default values of primary keys not intialized in SqlSyncScopeProvisioning.PopulateFromScopeDescription
So you have at one database provisioned with for sync scope.Answered | 4 Replies | 9801 Views | Created by Robert Ginsburg - Friday, February 12, 2010 3:23 PM | Last reply by JuneT - Tuesday, February 16, 2010 12:25 AM -
0 Votes
MS Sync FX and SQLite, Firebird or MySql.
In general, SQLite should be equivalent to SQLCE and we have a SQL CE provider in the sync framework.Answered | 1 Replies | 14409 Views | Created by Charles Alves - Tuesday, January 26, 2010 9:04 PM | Last reply by L Zhou [MSFT] - Friday, January 29, 2010 1:58 AM -
0 Votes
Oracle OleDb primary key troubles
I have an table setup in my Oracle database that has several text columns and one primary key column that I set up using the primary ...Answered | 1 Replies | 10081 Views | Created by DanErickson - Friday, September 5, 2008 6:51 PM | Last reply by SachinW - Tuesday, November 11, 2008 9:32 AM -
0 Votes
Primary Key Help
I added the parent customer name to my contact spreadsheet and they connect from contact to account on the general information tab, but when I click on ...Answered | 4 Replies | 6405 Views | Created by Nat B - Wednesday, January 12, 2011 6:01 PM | Last reply by Neil Benson - Thursday, January 13, 2011 3:29 PM -
0 Votes
How to use multiple joint attributes as CRM entity primary key?
Records in CRM only have a single primary key which is a uniqueidentifier field.Answered | 1 Replies | 1804 Views | Created by Beibbbeeeiii - Wednesday, October 2, 2013 6:34 PM | Last reply by JLattimer - Wednesday, October 2, 2013 6:53 PM -
0 Votes
Change Tracking | Sync Fx Tracking Table
The SqlSyncProvider doesnt make use of this and is using it's own tracking mechanism via triggers and the _tracking table.Answered | 1 Replies | 6956 Views | Created by Vishal Mohan - Monday, September 27, 2010 5:53 AM | Last reply by JuneT - Monday, September 27, 2010 3:07 PM -
1 Votes
how to SYNC?
Start here: http://msdn.microsoft.com/de-de/sync/default%28en-us%29.aspx 2.Answered | 2 Replies | 10536 Views | Created by bharathi_m - Thursday, September 3, 2009 11:24 AM | Last reply by bharathi_m - Friday, September 4, 2009 10:37 AM -
1 Votes
Update related entity when primary entity is changed
You'll need to be familiar with C# or VB.NET but it has enough good examples to get you going.Answered | 4 Replies | 2715 Views | Created by Mitchell2012 - Tuesday, March 6, 2012 8:16 PM | Last reply by JLattimer - Wednesday, March 7, 2012 3:24 AM - Items 1 to 20 of 348306 Next ›
No announcements