No announcements
Found 11 threads
-
0 Votes
TruncateExistingOrCreateNewTable
Rafik Robeal wrote: If you are trying to sync table (T) and that table happen to exist in the client database and contains some data, then specifying CreationOption ...Answered | 6 Replies | 13914 Views | Created by billb59 - Wednesday, February 7, 2007 7:00 PM | Last reply by billb59 - Wednesday, February 7, 2007 8:06 PM -
0 Votes
How to fully re-sync data from server to client
Retain the sdf but set the table creation option to DropExistingOrCreateNewTable or TruncateExistingOrCreateNewTable 3.Answered | 1 Replies | 7462 Views | Created by KevinLi - Sunday, April 11, 2010 12:48 PM | Last reply by JuneT - Sunday, April 11, 2010 1:02 PM -
0 Votes
Will this design work?
I want the Sync to be inside one transaction, and I can't use TruncateExistingOrCreateNewTable because CreateSchema is not implemented.Answered | 1 Replies | 9841 Views | Created by peter clift - Monday, August 10, 2009 6:09 PM | Last reply by peter clift - Tuesday, August 11, 2009 4:45 PM -
0 Votes
using MSF 2.0 CTP2 , what is the replacement for ‘SqlExpressClientSyncProvider’ ?
ReleaseId=1200 But SqlExpressClientSyncProvider does not implement CreateSchema, and which means I cannot use TruncateExistingOrCreateNewTable in my snapshot.Answered | 3 Replies | 11245 Views | Created by peter clift - Thursday, August 6, 2009 10:23 PM | Last reply by mjayaram - Tuesday, August 11, 2009 7:15 PM -
0 Votes
SycFramework 2.0 CTP2.0 - SqlSyncProvider
is the TruncateExistingOrCreateNewTable’ table option implemented?Unanswered | 2 Replies | 10592 Views | Created by peter clift - Tuesday, August 4, 2009 11:05 PM | Last reply by Kan.Grewal - Wednesday, August 5, 2009 12:05 PM -
0 Votes
Reinitialize single table
when you want to reinitialize a specific table, you can try setting the TableCreationOption for that table alone to TruncateExistingOrCreateNewTable or ...Answered | 5 Replies | 6983 Views | Created by João Passos - Tuesday, February 15, 2011 2:17 PM | Last reply by JuneT - Wednesday, February 16, 2011 11:05 PM -
0 Votes
Does SqlExpressClientSyncProvider support Snapshot ? help.
To use snapshot, you must ensure the client data is wiped clean , using TruncateExistingOrCreateNewTable or CreateNewTableOrFail. -
0 Votes
Critical sync framework issue
when you get the error, you can just set the TableCreationOption to either TruncateExistingOrCreateNewTable or DropExistingOrCreateNewTable so that Sync Fx ...Answered | 8 Replies | 10556 Views | Created by Saurav_Dev - Tuesday, April 26, 2011 10:12 AM | Last reply by HoldFast Stark - Tuesday, February 25, 2014 6:50 PM -
0 Votes
Clear device data sfter sync problem
The client provider has UploadOnly set as SyncDirection with TableCreationOption as TruncateExistingOrCreateNewTable for those tables to be cleared on sync. -
0 Votes
SQL Execution Error
NOTE: Rafik's old code: 1 ' Create SyncTables and SyncGroups ' To sync a table, a ...Unanswered | 4 Replies | 13950 Views | Created by billb59 - Thursday, May 10, 2007 1:35 AM | Last reply by billb59 - Saturday, May 12, 2007 3:55 AM -
0 Votes
SyncAgent snapshot/truncate FK constraint error during truncation
I am using SyncAgent snapshot with TruncateExistingOrCreateNewTable creation option.Unanswered | 13 Replies | 3553 Views | Created by Radim Literak - Thursday, May 9, 2013 8:26 AM | Last reply by JuneT - Wednesday, May 15, 2013 1:31 PM
No announcements