Exception in thread "main" java.sql.SQLException: ORA-00917: 缺失逗号
Exception in thread "main" java.sql.SQLException: ORA-00917: 缺失逗号
日期:2012-08-25 10:43:36 人气:1
SQL语句写错了,修改成这句PreparedStatement ps = con.prepareStatement("insert into tb_user (userid,uname,upassword) values (?,?,?) ");试试