TypedDataSet synchronisation using compact framework
-
HI Friends, I am working on smart device application development using .net compact framework 3.5 (for windows mobile 6.5) . In my mobile UI, used typed dataset to View/Edit/remove etc. I would like to synchronize the data only few selected table data to server using web service. Anyone has how to/best way to synchronize with typed dataset? please help with any link or idea. highly appreciated. thanks in advance
Ramana
-
HI Friends, I am working on smart device application development using .net compact framework 3.5 (for windows mobile 6.5) . In my mobile UI, used typed dataset to View/Edit/remove etc. I would like to synchronize the data only few selected table data to server using web service. Anyone has how to/best way to synchronize with typed dataset? please help with any link or idea. highly appreciated. thanks in advance
Ramana
Well, I would probably use Microsoft Sync Framework to do this. There's a basic sample here[^] that should give you some idea. You can get more information about the Sync Framework here[^].
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
Well, I would probably use Microsoft Sync Framework to do this. There's a basic sample here[^] that should give you some idea. You can get more information about the Sync Framework here[^].
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
thank you
Ramana