Results 1 to 4 of 4

Thread: Update record using data adapter

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    Update record using data adapter

    Hi guys, I know how to add a new row using a data adapter, but I don't know how to update a row using a data adapter.

    Instead of using
    VB Code:
    1. datRow = datSet.Tables("Telephone_Stores").NewRow
    What would I use to update a row.

    Thanks
    David Wilhelm

  2. #2
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Re: Update record using data adapter

    dataAdapter.Update(dataSet)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    Re: Update record using data adapter

    Anyone have any ideas on this topic?
    David Wilhelm

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    Re: Update record using data adapter

    I found the answer Here
    David Wilhelm

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