You also have to update an image, this is my code:
PreparedStatement pps = cn.prepareStatement("UPDATE socios SET (nombre, nosocio, foto, apellido) VALUES (?,?,?,?)");
pps.setString(1, nombre.getText());
pps.setString(2, nosocio.getText());...
asked by
21.12.2018 / 19:32