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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top