|
-
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???
-
Oct 3rd, 2002, 05:06 AM
#2
-
Oct 3rd, 2002, 05:10 AM
#3
Thread Starter
Fanatic Member
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.
-
Oct 3rd, 2002, 05:14 AM
#4
Strange one then
-
Oct 3rd, 2002, 06:54 AM
#5
Do you have an update command?
Is the connection open?
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
|