ho qst codice:
Try
Me.Validate()
Me.CustomersBindingSource.EndEdit()
Me.CustomersTableAdapter.Update(Me.NorthwindDataSe t.Customers)
MsgBox("Update successful")

Catch ex As Exception
MsgBox("Update failed")
End Try
ma cosa devo mettere al posto di NorthwindDataSet?
xkè me lo da errore...e non so come sostitutirlo....
grazie