Results 1 to 20 of 20

Thread: Acess Database Update Button **NOT RESOLVED**

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    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
  •  



Click Here to Expand Forum to Full Width