国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > php开源 > php教程 > 兔子-- Can not issue data manipulation statements with executeQuery()

兔子-- Can not issue data manipulation statements with executeQuery()

来源:程序员人生   发布时间:2015-07-23 08:06:31 阅读次数:3702次

 

Can not issue data manipulation statements with executeQuery()

 

出错地方:st.executeQuery("insert  into  student  values(“1”,“2”,“3”)") ;


 如果你的SQL 语句是 update,insert等更新语句,用statement的execute()


如果sql语句是查询语句则用statement.executeQuery()


 如果更新语句用的是statement的executeQuery()就会出现上诉问题

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生