non-SQL database on server-side of Sync Framework Toolkit

Dyskusja ogólna non-SQL database on server-side of Sync Framework Toolkit

  • 26 lipca 2012 16:16
     
     

    Has anyone experience of adapting Sync Framework server-side to non-SQL databases (Oracle, PostgreSQL, MySQL)?

    or at least implementing n-tier synchronization architecture with WCF (based on Sync Framework Toolkit) where all databases are non-SQL?

    If so, please describe steps how to do that or provide sample code (if possible).

    Thanks in advance,

    Michael

Wszystkie odpowiedzi

  • 27 lipca 2012 01:50
    Moderator
     
     
    the server side component is heavily integrated with SQL Server. Of the databases you mentioned, only Oracle has a sample provider that is usable in the toolit. you will have to write your won provider for the other two.