|
-
Dec 20th, 2002, 04:07 AM
#1
Thread Starter
Hyperactive Member
Acess Database Update Button **NOT RESOLVED**
I read the tutorial why is this code not updating my access data?
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Try
OleDbDataAdapter1.Update(DsCompanyInfo1)
Catch ex As Exception
MsgBox(ex.ToString)
End Try
End Sub
The database is showing my data but will not save the new data.
Can anyone help?
Thanks,
Aaron
Last edited by Anjari; Dec 20th, 2002 at 11:55 AM.
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
|