executeupdate不执行(executeupdate)
2023-08-25 06:14:01
•
来源:
导读 大家好,小房来为大家解答以上的问题。executeupdate不执行,executeupdate这个很多人还不知道,现在让我们一起来看看吧!1、这个方法是更新...
大家好,小房来为大家解答以上的问题。executeupdate不执行,executeupdate这个很多人还不知道,现在让我们一起来看看吧!
1、这个方法是更新数据库表中的数据时用的,通常用法是这样的:Statement st=conn.createStatement();String sql="update tab1 set score=88 where id=5";//这里是一条SQL,根据实际写int i=st.executeUpdate(sql);//执行。
2、如果i>=1,成功,否则更新失败。
本文到此分享完毕,希望对大家有所帮助。
免责声明:本文由用户上传,如有侵权请联系删除!
标签: