R
Roshawn
Hi,
OK, guys and gals. This one has been troubling me for some time now, and
I've yet to come up with a viable solution. Here goes.
I am consuming a web service that returns product information for books
(title, publisher, price, etc). I'm using ADO.NET on the client side to
save this data to a local MSDE 2K database. This is simple enough, assuming
that a connection to the web service is available.
Now the problem. I keep the data in the database for only 24 hours max.
This is because some fields in the database table (particularly price and
availability) change. Changes to data isn't done on the client at any time
but are retrieved from the web service. When the data is retrieved, it is
placed in a DataSet object. Keep in mind that the DataRowState of each row
in the DataSet is Unchanged. However, some rows are likely to contain new
values that are different from those stored in local database.
All I want to do is place the new values in the database where appropriate
without having to overwrite other data (about books) that remains constant.
Can anyone help me? I have only a few strands of hair left and would like
to keep them :-( !!!
Thanks,
Roshawn
OK, guys and gals. This one has been troubling me for some time now, and
I've yet to come up with a viable solution. Here goes.
I am consuming a web service that returns product information for books
(title, publisher, price, etc). I'm using ADO.NET on the client side to
save this data to a local MSDE 2K database. This is simple enough, assuming
that a connection to the web service is available.
Now the problem. I keep the data in the database for only 24 hours max.
This is because some fields in the database table (particularly price and
availability) change. Changes to data isn't done on the client at any time
but are retrieved from the web service. When the data is retrieved, it is
placed in a DataSet object. Keep in mind that the DataRowState of each row
in the DataSet is Unchanged. However, some rows are likely to contain new
values that are different from those stored in local database.
All I want to do is place the new values in the database where appropriate
without having to overwrite other data (about books) that remains constant.
Can anyone help me? I have only a few strands of hair left and would like
to keep them :-( !!!
Thanks,
Roshawn