Ver originalString filePath = ruta;Ruta.setText(rutadearchivo);sql = INSERT INTO............PreparedStatement statement = conn.prepareStatement(sql);InputStream inputStream = new FileInputStream(new File(filePath)); statement.setBlob(1, inputStream);