I have an sql table with
ID(unique) Name status 1 A 0 2 B 0
In my code, I retrieve all data into a data table and
You can update the content of the table back working with a CommandBuilder .
Take a look at this example .