.NET Windows CE and SQL Server Synchronisation

G

Guest

Hi,

I'm looking for the best way of synchronising the data from a hand held
barcode scanner to a database on one of our servers. The data on the hand
held is held in a CE database .SDF format. The database to which it will sync
is a SQL Server 2005 database. I don't want to install Server 2005 onto the
users PC if I don't have to.
Can anyone help or point me in the right direction.

Thanks
 
M

Mark Dykun

You can use SQL Replication if utilizing IIS. If it is a small amount of
data you could also create a custom sync engine using Web Services. All
depends on how much effort you want to undertake.

Mark
 

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