DataAdapter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugavelmsc
    New Member
    • Apr 2008
    • 54

    DataAdapter

    hi,

    in a table, there are 100 rows. i want to update 10 records using dataadapter.upd atecommand(). the result will show only the updated records or entire record.

    thanks in advance,
    murugavel
  • talhaekram
    New Member
    • Apr 2007
    • 14

    #2
    It will update all the changes made on dataset to the database table. It wont be updating other rows which are not changed.

    Update command only updates to the database, you need to use Adapter.Fill to display it.

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Originally posted by murugavelmsc
      hi,

      in a table, there are 100 rows. i want to update 10 records using dataadapter.upd atecommand(). the result will show only the updated records or entire record.

      thanks in advance,
      murugavel
      So what is the problem then?

      Comment

      Working...