0
votes
2answers
198 views
SQLServerCE / Local Data Cache / Sync Framework - Insert Error
Hi,
Hopefully someone can help me. I have a Visual Studio 2008 WinForms
application to which I have added a Local Data Cache. The local data cache is
using a SDF file via SqlSe …
1
vote
1answer
15 views
Local Data Cache Sync does not save client changes to sdf file
I created a new c# project and follwed the steps from this tutorial to create a LocalDataCache:
http://www.codeproject.com/KB/database/AdoSyncServicesArticalPKg.aspx?fid=1526739&a …
0
votes
2answers
46 views
Offline database synchronization with Server
We are having a client-server architecture where client goes offline when connects remotely to server. Server is essentially a SQL Server 2008, with few tables each with thousands …
0
votes
1answer
41 views
Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework
I've tried to get a solution for the above said question from MSDN Social and other resources from Microsoft. I was specifically looking for offline scenarios where client come onl …
0
votes
3answers
478 views
Deleting Sql Ce system tables programmatically?
hi there,
i`m using sql server ce together with sync framework. however, sync framework creates some system tables when calling the CreateSchema() method of the SqlCeClientSyncPro …
0
votes
0answers
29 views
Local Data Cache - How do I refresh the local db when I add fields to remote db?
I'm using a Local Data Cache in an ASP.NET 3.5 environment. I made a change in my main database by adding a new field.
I double click on my .SYNC file in my project to startup th …
0
votes
0answers
19 views
Local Data Cache - How do I force an full sync with the database?
I've got a Local Data Cache in my asp.net 3.5 app. I've noticed that once in a while, especially while developing that my local database will get out of sync with the server. I un …
3
votes
2answers
621 views
Using MS Sync Framework to synchronize two SQL CE Dbs
I'm just working into the Microsoft Sync Framework. It looks quite easy to sync a local SQL CE 3.5 Database with a remote SQL Server 2008 using the SqlSyncAdapterBuilder and SqlSer …
0
votes
1answer
52 views
Does Microsoft Sync Framework 2.0 support Sql Server 2005 as a client?
It appears out of the box the v1 of Microsoft Sync Framework would only support synching with a CE db, using the SqlCeClientSyncProvider. I can't find anywhere in the documentatio …
3
votes
3answers
315 views
Sync Framework Resources
I am looking for resources on Microsoft Sync Framework. Although MSDN and Google Search gave me the brief overview, I want some demos and presentations.
Also, is Live Mesh based o …
0
votes
0answers
15 views
Microsoft Sync Framework: how to restore deleted file on “copy”
I'm using Microsoft Sync Framework to sync 2 folders.
The first folder is Server, the second Local. I've got synchronisation working in one way: from Server -> Local. But I don't …
1
vote
0answers
30 views
sync framework server to server synchronization
I have kind of a such scenario:
Here i need to synchronize local server database with main DB server(example: comuters in office are connected to office server and they use it l …
1
vote
1answer
119 views
Sync Framework custom providers to communicate over WCF
Hello,
I'm using Microsoft Sync framework 1.0 (without ADO.NET services)
I have created 2 custom providers: Xml provider and database provider.
The code of both providers can be …
3
votes
1answer
120 views
Sync nightmare - is it possible to use Merge Replication (or RDA) between 2 SQL CE instances without IIS?
Howdy all,
We are faced with the following problem that involves keeping the following in sync:
1 Centralised Server (IIS / MSSQL 2005)
Many Desktop WPF clients distributed by C …
0
votes
0answers
58 views
Does NHibernate intergrate well with Microsoft Sync Framework?
We are wanting to use both NHibernate and Microsoft Sync Framework - has anyone had experience combining these two frameworks?
Thanks,
Ashley
