Page 1 of 1

wanna insert data in 2 tables...

Posted: Thu Mar 01, 2007 7:26 am
by panisha
i want to insert the data into 2 tables...all at once time..
exp:-
the student wan to register a subject...so after he fill up the forms (insert the data)..the data should insert into the table profile and also in table subject..the student_ID is a primary key..
plz help me...

Posted: Thu Mar 01, 2007 8:50 am
by feyd
You would create an INSERT query for the first table, then another for the second and perform both. :?

Also, don't use AOL Speak here; rules and all.