JDBC查询语句,报空指针异常

publicComputerfindById(Stringid)throwsException{Connectionconn=DBUtil.getConnection()... public Computer findById(String id) throws Exception{
Connection conn=DBUtil.getConnection();
Computer c=null;
PreparedStatement prep=
conn.prepareStatement("select * from t_product where id=?");
prep.setString(1, id);
ResultSet res=prep.executeQuery();
while(res.next()){
c.setId(res.getInt("id"));
c.setModel(res.getString("model"));
c.setPicName(res.getString("picName"));
c.setDescPro(res.getString("descPro"));
c.setPrice(res.getDouble("price"));
}
return c;
}
}
//报错行数 c.setId(res.getInt("id"));
写错了吗?谢谢!
展开
 我来答
哈哈嘿嘿就是我
推荐于2016-02-16
知道答主
回答量:50
采纳率:0%
帮助的人:22.2万
展开全部
while(res.next()){    
   链枯 c=new Computer();
 迟唤胡   c.setId(res.getInt("id"));
    c.setModel(res.getString("model"));
    c.setPicName(res.getString("picName"));
    c.setDescPro(res.getString("descPro"));
    c.setPrice(res.getDouble("price")); 码拦   
   }
popch123
2013-08-11
知道答主
回答量:33
采纳率:0%
帮助的人:20.9万
展开全部
将Computer c = null;改为Computer c = new Computer();即可
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
来自长庆坊自觉的刘备
2015-12-22
知道答主
回答量:55
采纳率:0%
帮助的人:25.1万
展开全部
把你的代码贴出来
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友b24b0b709
2013-08-11 · TA获得超过210个赞
知道小有建树答主
回答量:99
采纳率:0%
帮助的人:97.9万
展开全部
应该是数据类型不一致吧,看一下异常信息
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式