DataGridView

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

Huy Nguyen

Hello All,
How do I insert/save all the data from a DataGridView into a different
table in the database. For example:

I have 3 tables: T1, T2, and T3

I loaded all the data from T1 and T2 in to DataGridView

Now I need to save that data into T3, how can I do this ? I know that I
can use "Insert" statement to insert all the data on the Grid to T3. Should
it be a simple way to do this using <tableadapter.update> ?

Thanks.
 
Back
Top