I am trying to insert row into table using servlet, while trying to insert using Statement (using insertQuery1 & insertQuery2), it is executing fine but while executing usin
remove the statement in prpStmt.execute(insertPrepQuery);
prpStmt.execute(insertPrepQuery);
it must be prpStmt.execute();
prpStmt.execute();