Tagged Questions

2
votes
1answer
446 views

Can I sync mobile, desktop and web server databases with Sync Framework?

I'm using Sync Framework v1 (which includes Sync Services for ADO.NET v2) and Sync Services for mobile v1. I can sync a SQL Compact Edition database from a mobile device to SQL Express on a desktop …
0
votes
0answers
21 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 understand why and I …
0
votes
0answers
35 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 the Local Data Cache …
0
votes
0answers
36 views

Custom ServerSyncProvider

I there, I'm building an application that uses Sync Services for ado.net but as a requirement, my ServerSyncProvider can't have direct access to the database, instead, only business entities can. …
0
votes
1answer
172 views

Microsoft Synchronization Services SQL Express/CE: Multiple clients

I am developing an application with Microsoft Sync Services. The server will be running SQL Server Express and there will be multiple clients running SQL Server CE. I'm using SQL Server change …
0
votes
1answer
81 views

Sync Services Ado.net define Range Id

is there a way to define a range of id's for insertions in a table in a client DB, using Sync Services for ado.net? does Sync services have any predicted support for such a case? tks
0
votes
0answers
118 views

Sync Services Ado.net conflict resolution

is it possible to solve conflicts on client side with sync services for ado.net? for example, with Client Insert Server Insert, updating client's table id (on client side) , tks
0
votes
1answer
167 views

Sync Services Client and Schema Xcode Project Structure

I'm starting work on a project that will be primarily acting as a Sync Services client. Ideally, the project will have two components: a custom schema bundle and a preference pane. As a first step, …