manhduydl/Shopping-web-Jsp-Servlet

how to insert data two tables using foreign key one jsp

Opened this issue · 4 comments

iam using oracle

two tables are there team1 and team2 table is there

team1 table contains the teamid ,teamname here teamid is primary key

team2 table contains team2id and team2name ,teamid here teamid is foreign key

iam using jsp

iam inserting the data in jsp to two tables at a time

please tell me how to write a code in jsp

how to write a code in jsp

provide the code you writting and i give the solution of that beause in jsp many way to insert data in database.

hi
i suggest the link of tutorials it will be help to learn the jsp and servlets.
servlets link :

https://www.javatpoint.com/servlet-tutorial
jsp link:
https://www.javatpoint.com/jsp-tutorial