Hi,
At no point are you actually saving the records. You fetch them from the server, but using ADO.NET, you need to explicitly update them as well.
It's been a long time since I used ADO directly to do this, but look at cmd.ExecuteNonQuery(), which is used to execute a statement rather than...