|
-
Oct 3rd, 2002, 04:59 AM
#1
Thread Starter
Fanatic Member
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???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|