Request for general solution design ideas

  • Thread starter Jeppe Jespersen
  • 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
 
C

Chris Tacke, eMVP

Replication is most likely the best and simplest solution, yes.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
C

chris-s

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

Simon Hart

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

Jeppe Jespersen

Hey, thanks for input, people. Much appreciated.

Jeppe Jespersen
Denmark
 

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