Hi guys, I know how to add a new row using a data adapter, but I don't know how to update a row using a data adapter.

Instead of using
VB Code:
  1. datRow = datSet.Tables("Telephone_Stores").NewRow
What would I use to update a row.

Thanks