1
Answer

DataAdapter.Update() "disconnects" current DataViews?

Ask a question
dbailiff

dbailiff

20y
2.1k
1
I'm using DataViews to bind into Data Grid controls in multiple MdiChild forms. They all look at the same data because all the DataViews share a common DataAdapter. I noticed that when I call the DataAdapter.Update() method, the current DataView objects will no longer have an effect on the Update if I make further changes. Do I need to rebind the datagrids to new DataView objects or is there a way to refresh the current DataView objects with the new DataAdapter info?

Answers (1)