F
feng
We are planning to use ADO.Net's SQL data adapter to do
the data updates. The problem we are facing is that if the
data adapter is based on a dataset that comes from a
single database table it's all fine, but if the dataset is
based on joining multiple tables, we don't know how we can
update it, or even is it possible at all. I remember I
came across some article that mentions that ADO.Net can
take care of this kind of updates in somewhat
transactional approach but I can't find anything that
shows me how. Can someone help us on this?
Thanks
Feng
the data updates. The problem we are facing is that if the
data adapter is based on a dataset that comes from a
single database table it's all fine, but if the dataset is
based on joining multiple tables, we don't know how we can
update it, or even is it possible at all. I remember I
came across some article that mentions that ADO.Net can
take care of this kind of updates in somewhat
transactional approach but I can't find anything that
shows me how. Can someone help us on this?
Thanks
Feng