Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Update database help [modified]

Update database help [modified]

Scheduled Pinned Locked Moved Database
helpcsharpdatabasetutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    eric_tran
    wrote on last edited by
    #1

    Good day everyone, I need to update a record into the database Access via table adapter in VB.Net 2005. The dataset is updated, but the record in the database Access is not. Could anyone know how to fix this problem? Please help.I'd appreciate it so much. Thanks (Student_Details:table name)

    MyDataSet.Student_Details.Rows(2).Item(3) = "new password"
    MyDataSet.GetChanges(DataRowState.Modified)
    Student_DetailsTableAdapter1.Update(MyDataSet)
    MyDataSet.AcceptChanges()

                    Me.Validate()
                    Me.Student\_DetailsBindingSource.EndEdit()
                    Me.Student\_DetailsTableAdapter1.Update(Me.MyDataSet.Student\_Details)
    

    -- modified at 11:11 Saturday 14th October, 2006

    eric

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups