vb: dataset.datatable.adddatatablerow("john", "rambo") does not update.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nev
    Contributor
    • Oct 2007
    • 251

    vb: dataset.datatable.adddatatablerow("john", "rambo") does not update.

    dataset.datatab le.adddatatable row("john", "rambo")
    datatabletablea dapter.update(d ataset.datatabl e)

    when i view my mysql table using navicat, the row was not added. i tried adding dataset.datatab le.acceptchange s() but it doesn't help.

    any good samaritan there please help me. thank you in advance.
  • nev
    Contributor
    • Oct 2007
    • 251

    #2
    oohhh...sorry it works!

    Comment

    Working...