me imagino que hiciste previamente algo como ésto:
Cita: DataSet71.Tables(0).Rows(0).AcceptChanges()
DataSet71.Tables(0).Rows(0).BeginEdit()
DataSet71.Tables(0).Rows(0).Item("AlgunCampo") = xxx
...
..
DataSet71.Tables(0).Rows(0).EndEdit()
...
SqlDataAdapter1.Update(DataSet71.Tables0)
Si no.. haz pruebas y nos cuentas que tal..
Salu2