dao « Table « JSP-Servlet Q&A





1. unable to update table using JSP/DAO/Servlet    stackoverflow.com

Hello i'm trying to create a page to update a row in my database table i'm using DAO/Servlet with JSP page DAO code:

public static AnimalUpdateBean updateAnimal(AnimalUpdateBean bean) {

    ...