Hi Leute,
ich habe das Problem, dass wenn ich in einem DataSet eine Reihe ändern will funktioneiert es, allerdings wird immer eine ArgumentException geworfen.
Code:
Die Message bei der Exception lautet: "This Row already belongs to this table!"
Danke im Voraus!
ich habe das Problem, dass wenn ich in einem DataSet eine Reihe ändern will funktioneiert es, allerdings wird immer eine ArgumentException geworfen.
Code:
Code:
DataRow drtmp;
.
.
.
dt.InsertAt(4,drtmp); <----- hier wird die Exception geworfen
.
.
.
Die Message bei der Exception lautet: "This Row already belongs to this table!"
Danke im Voraus!