(VB.NET) Insert changes from datagridview to table on database?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KA NMC
    New Member
    • Aug 2007
    • 40

    #1

    (VB.NET) Insert changes from datagridview to table on database?

    I have a table and a view. My view pulls all new items which needs to be updated and my table has all the new items that already has been updated.

    What I'm trying to do in a windows application is: Pull all the new items from the view and place them into a datagridview (which is already done). Then have a user update those items and then on save insert those items into the table.

    How can I do this so that the user can input the information for the new items in the datagridview, then hit save and have only the items that has changed in the datagridview insert into the table?
Working...