DbSyncCreationOption.Skip with SqlCeSyncScopeProvisioning

Locked DbSyncCreationOption.Skip with SqlCeSyncScopeProvisioning

  • Wednesday, 23 December, 2009 10:22 AM
     
     
    Hi,

    I would like to know if is it possible de create a scope on a local CE database with the option DbSyncCreationOption.Skip (Because I don't want to delete and re-create my tables):

    SqlCeSyncScopeProvisioning

    ceConfig = new SqlCeSyncScopeProvisioning();
    ceConfig.SetCreateTableDefault(DbSyncCreationOption.Skip);

    When I do that I 've got an exeption.

    Thanks
     
    • Moved by Max Wang_Chinasoft Tuesday, 19 April, 2011 11:04 PM Forum consolidation (From:SyncFx - Microsoft Sync Framework Database Providers [ReadOnly])
    •  

All Replies