-
Save changes wont work??
I fill a dataset with the following:
'fiLLDATASET WITH INFO FROM DATAADAPTOR
objOwnerDA.Fill(objdataset, "tblItems")
The dataset is displayed 1 record at a time on a form with a button to save changes :
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
objOwnerDA.Update(objdataset, "tblItems")
End Sub
The button doesnt save the changes.
Any Ideas???
-
-
Having only been programming in .NET for a few weeks I dont even no what an exeption is.
If you mean error messages then no.
-
Strange one then :confused:
-
Do you have an update command?
Is the connection open?