Struts DB query execution problem
- by henderunal
Hello, I am trying to insert a data to my db2 9.7 database from IBM RAD 7.5 using struts 1.3
But when i execute the query i got this errors: http://pastebin.com/3UPTVKbh
KayitBean kayit=(KayitBean)form;
//String name = kayit.getName();
String name="endee";
DBConn hb = new DBConn();
Connection conn =hb.getConnection();
…