The exception occurs during the Update(). It was that error that lead me back to what I am looking at currently. So here is what I am trying to do.

I am wanting to delete a person from the displayed DGV list with a double click. I have been using a methodology to accomplish that but I never really liked it because of the way it works.

The old method would distribute the values from a record into a set of variables. The row would then be removed, a new row created and then populated from the variables. It worked, but I have always hated it.

What I am wanting to do now is take the row selected from the double click and just go ahead and replace the values in two of the columns with different values.