Elke
Hi Elke,
a dataset is disconnected from the database and will not automatically updated to the database. Instead you have to do it manually through a dataadapter.
So for example you would have to write
sqlDataAdapter1.Update(dsNetzwerk)
i get an error now, but it's better than nothing.
i think i'll be able to solve the error.
thx heaps...