sql += " ," + columnName + "=" + parm;
}
}
try {
return queryRunner.update(conn, sql, params);
} catch (SQLException se) {
throw new ControllerException(se);
}
} catch (SQLException se) {
log.warning("GenericController SQLException: " + se.getMessage());