R
Romantics
Unregistered / Unconfirmed
GUEST, unregistred user!
为何每次数据库的更新有异常啊?
代码为:
Statement stmp = conn.createStatement();
String sqls = "Update Student Set Name = 'XiaoZhang' Where ID = '0123'";
int rs = stmp.executeUpdate(sqls);
请指教。
代码为:
Statement stmp = conn.createStatement();
String sqls = "Update Student Set Name = 'XiaoZhang' Where ID = '0123'";
int rs = stmp.executeUpdate(sqls);
请指教。