.NET Windows CE and SQL Server Synchronisation

.NET Windows CE and SQL Server Synchronisation

am 09.10.2007 16:18:00 von Kevin

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

Re: .NET Windows CE and SQL Server Synchronisation

am 09.10.2007 22:08:58 von 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


"Kevin" wrote in message
news:657DBE0B-DEF5-4EFD-B061-D731E05BF3AB@microsoft.com...
> 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