Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have 4 tables in my database.
I have a formview that allows insert/update/delete. What i need to do is on formview updating event, i need to update 3 other tables with a value typed into the textbox on the formview. Is this possible? and how would i get the value of the textbox to pass to the other 3 tables?

the formview insert, inserts an id a name, and a product id into all 4 tables. i got that much figured out. i need only for the name to update. the id and product id will stay the same.

help?
Posted
Comments
AshishChaudha 12-Oct-12 0:31am    
Have you tried something from yourself..?

Use a transaction and then execute multiple update queries within it, 1 for each update required.
 
Share this answer
 
 
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