I am working at winforms project and i have a datagridview from which i am trying to update a database from it when the user changes something. Here is the code:

DataSet ds = new DataSet();...