B
bhuff
The dataadapter compares the current dataset with the
original dataset in determining the series of
INSERT,DELETE and UPDATE to make the datasource reflect
the current dataset. What about the case when tables in
a dataset is cleared and then rebuilt. Does the
dataadapter send a DELETE removing the corresponding
datasource or it is "smarter" and affects only changes
between "before" and "after" of the dataset.
Brad
original dataset in determining the series of
INSERT,DELETE and UPDATE to make the datasource reflect
the current dataset. What about the case when tables in
a dataset is cleared and then rebuilt. Does the
dataadapter send a DELETE removing the corresponding
datasource or it is "smarter" and affects only changes
between "before" and "after" of the dataset.
Brad