1) If you are going to create a password with JPasswordField, what type of data should be declared in the SQL database ... would it be varchar or another? I understand that the passwords are encrypted and ask for another type of data.
2) In the case of JComboBox what type of data would be received in the database?
3) In case of RadioButtom or CheckBox ??
4) Should you have a space to save a user's picture as it would be created? I think there are two ways, no? that of adding the image as such a binary or something like that ... and the other one that would only add the path in that case the data would be varchar or text type? sometimes the routes can be long .. D:
5) Dates from Java with jcalendar to mysql date can you? how?
Thanks for your help I'm starting I'm doing a project with Java in NetBeans and with phpMyAdmin