Request for general solution design ideas

  • Thread starter Thread starter Jeppe Jespersen
  • Start date Start date
J

Jeppe Jespersen

Hi people,

I'm fairly new to Compact Framework. Alright then.

I need to develop a SmartDevice App that works on a local (Mobile) database.
When the device detects network connection, data needs to be synced both
back to a central SQL Server (2005) database, but also from Central ->
Mobile.

What's the simplest, most effective and clean-cut solution? I'm thinking
Replication - is this the way to go?

J. Jespersen
Denmark
 
There are many methods of 'synching' your data, webservices,
replication or rda push/pull are probably the most common.

Research how these methods work and take that into consideration with
how your applications function to help make a decision.
 
Before deciding replication, think about your user base. Is it a small/large
application. If using SQL Server on backend, your customer base maybe
business, technical?

As using this method can require technical expertise to get working.
 
Back
Top