Hi all. I have a table that I created that contains user information (e.g. username, password, last name, first name). When I do an insert or an update, the password field is always null and never gets set. The other fields are set but not the password field. Here are the statements that I'm...