I'm using DataAdapter, when I working along with a DataGrid. When I init the program I set up one DataAdapter to each Table used by the DataGrid, with select, insert and update commands.
Then when the user edit the Grid, I have a button for update of the edited rows, I also have a button to...