Oracle已经建立好表a,现在对表a中数据进行修改,使用UPDATE对数据更改后,提示更改完成,但是数据库中还是没变化。本人用的指令对吗,能给本人完成的代码吗?谢谢!
oraCmd.CommandText=”update a set fenshu=0 where id=””+appid+”””;
oraCmd.ExecuteNonQuery();
oraTact.Commit();
这样执行完成后也不报错误,但是数据没变化!
oraCmd.CommandText=”update a set fenshu=0 where id=””+appid+”””;
oraCmd.ExecuteNonQuery();
oraTact.Commit();
这样执行完成后也不报错误,但是数据没变化!
解决方案
40
查询错了,没查到数据