A DataAdapter will only update rows that have changed.
Peter Bromberg replied to cool mugil on 06-Nov-07 06:00 AM
If you actually want to insert this data, you need to do the inserts with a regular SqlCommand object, not a dataadapter. Actually, what you show is somewhat confusing as to what the actual goal is here. Maybe a bit more details about what the end result is expected to be?