I have SQL Server 2005 running on a laptop with a database full of data. I
also have a PocketPC device with SQL Server CE 3.0 running on it.
I want to be able to transfer data from the laptop to the PocketPC device
and I am not sure how to do this. Because of space constraints on the
PocketPC device, the database table layout on that device is smaller and
therefore different than the corresponding database table on the laptop.
Therefore, I think the using SSCErelay and database replication will not work
for me.
My ideas were to somehow do the communication over Activesync or via a plain
USB cable. But I am not sure if these will work or how to accomplish these.
Unfortunately I cannot use tcp sockets over wifi to accomplish what I am
trying to do.
Does anyone have any ideas that could help me?
Archived from group: microsoft>public>pocketpc>developer>networking