DataGridView

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.
 

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

Top