syncservices

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, I've created an Xcode project for the schema bundle. But now I find myself ready to start writing the code for the preference pane and the c...

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 ...

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 ...

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 PC. I can also sync a SQL CE database from a desktop PC to a SQL Server database on a web server using WCF. I want to sync from the mobil...

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 tracking. Data to download is set to "New and incremental changes after first synchronization". I have a small demo application that lets me d...

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. I'm thinking about building a custom ServerSyncProvider. Any tips on that? thanks ...

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 wizard again. The wizard starts and I click OK with the hopes that it'll re-query my database and add the new field to the local database fi...

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 can reproduce it with these steps: 1- Start the app 2- Make a change 3- Sync changes with server 4- Start the app again, thus forcing the a...

Synchronisation Services for ADO.NET - Batching Updates

I have an existing solution that includes Sync Services between an SQL2005 server and SQL/CE on a mobile device. The current implementation consists of additional columns in each of the server tables for date created and date updated (both datetime) supported by tombstone tables containing the primary key and a datetime to manage the de...

Sync Services With AddressBook

Hi, I've developed an application to sync the Mac address book with another application. I was using an NSNotification (kABDatabaseChangedExternallyNotification) which are sent every time the address book is edited to do the syncing. However I found that if I 'overloaded' the address book (by adding 20 records really quickly or somethin...

Cocoa Sync Services exception

I try to program a Cocoa application with Core Data and the Sync Services framework, it works quite well, but once I try to start the sync, i get the following exception: >[NOTE: this exception originated in the server.] can't register schema at /Users/sdk/Documents/Knoma/build/Release/Knoma.app/Contents/Resources/KnomaSchema.syncsche...

Anything similar to Apple's sync services or Microsoft's sync framework?

I'm looking for anything that facilitates syncing local data with some server on the internet. It doesn't have to be as mature as those two and any platform is fine, I'm just looking at different approaches to the problem. ...

Sync Services and iOS

Suppose I already have an OS X app which syncs its data using Sync Services with MobileMe. Is there an way to make my iPhone/iPad app to sync (using MobileMe or not) the data using what I already prepared for the Sync Services? I guess Apple already has the implementation inside iOS because iPhone/iPad does sync Safari bookmarks, but i...

Core Data + Sync Services: How to refresh / pull the truth?

Say the user somehow managed to delete my application’s core data store. (Which has been previously synced with sync services to Mobile Me.) How do I tell core data to pull the truth (or to refresh) instead of fast sync? ...

Problem using Sync Services against a script generated database

I have ado.net sync services working on a mobile device. It does a snapshot sync over WCF (i used the .sync wizard stuff) and I have no problems. My problem is when I generate scripts from the database so that I can create it else where that DB does not work with sync. I get a TargetInvocationException when it does its GetSchema call. Th...