Can some body tell is Microsoft Synchframeworks with Sybase. I have smart client application with SQL Server 2008 R2 Express need to synched up with backend database Sybase. Is it possible ?
there is no out-of-the-box provider for Sybase either in the offline or collaboration scenario. you can try using the SqlSyncProvider if it will work. Otherwise, check out the topic "Synchronizing other ADO.NET Compatible Databases" in the documentation
on how to go about creating a SyncProvider.