1. foreign key creation in jsp and ms access coderanch.comHi, I am trying to create an online calendar system and have created two tables in ms access. first is a the calendar table containing the calendar id, name and date created. The second is a event table containing all the possible events entered into a calendar. This is one to many relationship, from calendar to event. I want to be ... |
2. how to insert foreign key into JSP through servlet coderanch.com |