Design Considerations

P

Pete

I wish to develope the following application:

*Limited user interface on mobile device, basically data capture stored in
sqlce database.
*Sync w/sql server via webservices - internet connectivity.
*Robust internet web GUI from mobile device captured data or web GUI.

Required:
*Database sync triggered by active sync. User would have to have internet
connectivity to device via active sync. (could later implement manual wifi
sync. (Basically want the db's to sync when user cradles device).
*New/Modified data on device or server is syncronized, data left on both
server and device.

Everything else is pretty straight forward. My questions are these. How to
trigger the sync with a cradle event (ActiveSync) and what the best approach
for syncing the data might be (compareing between server and device)?

Thank You....

Pete
 
A

Andrew Enfield \(MS\)

I'm sure there are a lot of other sources if you look around, but I know
that Paul Yao and David Durant's .NET CF book has more than a few chapters
that might help. Check it out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top