Thank you so very much zimonyi! It works now. I thought it may have had something to do with that but I am very new at all this so I just don't know how to do stuff. Thank you!
Here is what happens:
I add a person to the database, then I want to add a role to that person. To associate a role with a person, you add a row in the rolesToPerson table specifying the personID...
I have 3 tables in a database (person, roles, rolesToPerson). The person table stores the person's information. The roles table has all the possible roles. The rolesToPerson table stores which roles...