DataGridview

  • Thread starter Thread starter Huy Nguyen
  • Start date Start date
H

Huy Nguyen

Hi All,
How can I insert/save data from Datagridview into a different database
table ?

for example:

I have TableOne, TableTwo, and TableThree

I create a TableAdapter that have the combination of TableOne and
TableTwo, then I fill it into the datagrid. once I've done that, I want to
save the data on the grid (combination of Table 1 and 2) into TableThree.
is there anyway that I can use TableThreeAdapter.Update method?
Thank you for the help.
 
Back
Top