This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
int b=0; b=stmt.executeUpdate("insert into RWS_CONTAMINATION_TBL values('"+contcode+"','"+contname+"')"); if(b!=0) return mapping.findForward("loaded");
}catch(Exception e) { System.out.println("Exception due to:"+e); }