C
Calvin Lai
Hi all,
I have an unsolvable otherwise cumbersome problem. Currently I am using
SqlCe on my Handheld w/ some data downloaded onto it from Sql Server. The
update/insert/delete commands are then issued onto the Handheld database.
Now with all data are changed/modified on the SqlCe, I created a WebService
which takes a DataSet argument and intended to update the changes made from
the handheld back on the consolidated Sql Server.
Here comes the problem: How do I be able to generate a DataSet on the
handheld such that it contains the modified contents since it last
downloaded from the server? I see no way of tracking this unless I use some
more tables to store all the history. On the other hand, I suspect Microsoft
should be smart enough to provide this feature on SqlCe since it is intended
for remote use.
Does anyone know how to solve this problem? Thanks!
Calvin
I have an unsolvable otherwise cumbersome problem. Currently I am using
SqlCe on my Handheld w/ some data downloaded onto it from Sql Server. The
update/insert/delete commands are then issued onto the Handheld database.
Now with all data are changed/modified on the SqlCe, I created a WebService
which takes a DataSet argument and intended to update the changes made from
the handheld back on the consolidated Sql Server.
Here comes the problem: How do I be able to generate a DataSet on the
handheld such that it contains the modified contents since it last
downloaded from the server? I see no way of tracking this unless I use some
more tables to store all the history. On the other hand, I suspect Microsoft
should be smart enough to provide this feature on SqlCe since it is intended
for remote use.
Does anyone know how to solve this problem? Thanks!
Calvin