J
J L
If a DataAdapter.Update fails mid-way through the dataset, are earlier
updates rolled back or how is this handled?
For example, let's say I am a dummy and I create a dataset without
setting a unique key constraint. Then I try to do an update on the
underlying database. It would fail on the records with duplicates in
the unique key field. What is the state of my database at that time? I
Hope that question makes sense.
TIA
John
updates rolled back or how is this handled?
For example, let's say I am a dummy and I create a dataset without
setting a unique key constraint. Then I try to do an update on the
underlying database. It would fail on the records with duplicates in
the unique key field. What is the state of my database at that time? I
Hope that question makes sense.
TIA
John