The method setString(int, String) in the type PreparedStatement is not applicable for the arguments 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 method setstring int preparedstatement applicable 搜索资料 1个回答 #热议# 不吃早饭真的会得胆结石吗? 幸福滴我和你 推荐于2018-02-28 · TA获得超过144个赞 知道答主 回答量:23 采纳率:0% 帮助的人:19.3万 我也去答题访问个人页 关注 展开全部 setString(int, String) 这个方法,需要两个参数,第一个是int类型的,第二个是String类型的,你调用这个方法时,给的参数不匹配这个方法,所以报错了。 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2011-05-22 The method setString(int,String) is undefined for the type Resultset 2 2016-05-26 老是报错!!The method PreparedStatement(String) is undefined for the type Connection 2012-03-03 The method PreparedStateMent(String) is undefined for the type Connection这是什么错 3 2013-08-01 java 数据库 The method prepareStatement(String) is undefined for the type DBConnection这怎么解决 2019-06-14 preparestatement设置无引号的字符串参数问题 2015-11-21 java中date数据不能存进数据库 1 2011-09-22 利用java添加信息到数据库时报错 The method executeUpdate(String) is undefined for the type Statement 2 2020-01-31 The method in the type is not applicable for the arguments (int, int, int) 3 更多类似问题 > 为你推荐: