locked
auto SQL CE database provisioning with SqlCeSyncProvider RRS feed

  • Question

  • Can I automatically provision my SQL CE database when I am using SqlCeSyncProvider for sync.

    I have to sync my sql ce database from a SQL server. Initally the sql ce file is not there so sync operation should create the file/database and all the tables that are synched.

    I can do this when using SyncAgent and SqlCEClientProvider (it created DB and table and sync data), but when I use SqlCeSyncProvider, the beginSession (I am writing a custom provider over wcf proxy which  will internally call/use sqlCeSyncProvider) calls fails with message "table not found".

    Regards


    singhhome
    Sunday, June 6, 2010 7:18 PM

Answers

All replies