java连接mysql数据库查找表中信息代码时出现空指针异常,谢谢大神!
展开全部
因为你的sql语句有错,导致没取出数据,所以报空指针
"from
elephant"
+
"where
id=?"
这里少了空格了,结果是
from
elephantwhere
id=?
加个空格就没事了
"from
elephant
"
+
"where
id=?"
或者
"from
elephant"
+
"
where
id=?"
"from
elephant"
+
"where
id=?"
这里少了空格了,结果是
from
elephantwhere
id=?
加个空格就没事了
"from
elephant
"
+
"where
id=?"
或者
"from
elephant"
+
"
where
id=?"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询