hi

i want to insert data in multiple table where one table depened upon the
other table
something like that---

1-insert into phone table
insert into phone(id,phone) values (auto incremented ,099999999);
 
2-take the phone id value in integer variable
integer phoneid=value;

3-pass this value in to address table
insert into address(phoneid)values(phoneid);

so please let me know how will i do this

thanks


dipendra
-- 
View this message in context: 
http://www.nabble.com/insert-into-multiple-table-tp23171437p23171437.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to