Click here to Skip to main content
15,886,860 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to update two table by datagridview i also fill datagridview by two table...
Posted
Comments
frostcox 20-Mar-13 5:23am    
Can you be more specific please?

1 solution

Hi,

You need to process on some event. Without any event your database table data will not be updated. So first you need to decide when you need to update two table of your database.

Secondly you can use update query to update table. Or you can use stored procedure to update tables.

Check this thread[^] to check update query to update multiple table with single query.

Hope this information will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900