运行时报此错误ORA-00933: SQL command not properly ended,
public int Rst(String names){
this.name=names;
String into="update tb_roes set row133='"+rsbn.getId33()+"',row134='"+rsbn.getId34()+"'" +
"row135='"+rsbn.getId35()+"',row136='"+rsbn.getId36()+"',row137='"+rsbn.getId37()+"'," +
"row138='"+rsbn.getId38()+"',row139='"+rsbn.getId39()+"',row140='"+rsbn.getId40()+"',row141='"+rsbn.getId41()+"'," +
"row142='"+rsbn.getId42()+"' where pername='"+this.name+"'";
//System.out.println(into);
try{
a=con.executeUpdate(into);
//System.out.println("a:"+a);
}catch(Exception ee){
System.out.println(ee.getStackTrace()+"11111111111");
}
return a;
} 在数据库里面执行sql语句是对的