Hello Everyone!!
I need to insert data into three table through single submission of a form,(obviously table are related to each other), Please suggest how I can make out this?
Thanks in Advance!!
Inserting data into multiple Table
Moderator: General Moderators
-
pavanesh2009
- Forum Commoner
- Posts: 30
- Joined: Wed Jan 13, 2010 7:24 am
Re: Inserting data into multiple Table
Use three queries.
Edit: This post was recovered from search engine cache.
Edit: This post was recovered from search engine cache.
Last edited by McInfo on Thu Jun 17, 2010 4:31 pm, edited 1 time in total.
Re: Inserting data into multiple Table
Also you may want to use a transaction around the 3 queries.