java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).

privateintcheck(Stringuser_name,Stringuser_code)throwsSQLException{//TODOAuto-generat... private int check(String user_name, String user_code) throws SQLException {
// TODO Auto-generated method stub
PreparedStatement stmt = null;
String sql ="select * from log where name='?' and code='?';";
stmt = Server.con.prepareStatement(sql);
stmt.setString(1,user_name);
stmt.setString(2, user_code);
if(stmt.executeQuery(sql)==null){
return 0;
}
return 1;
}
大神求救啊!!!!!!!!!!!!!
展开
zmp800
2012-05-18 · TA获得超过155个赞
知道答主
回答量:92
采纳率:0%
帮助的人:82万
展开全部
String sql ="select * from log where name='?' and code='?';";改成
String sql ="select * from log where name=? and code=?“;
追问
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '? and code=?' at line 1
追答
String sql ="select * from  log where name=? and code=?";
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式