真怪为什么我的dw_1中项全为空时updat仍返回1

真怪为什么我的dw_1中项全为空时updat仍返回1
[26 byte] By [z6-yongyong] at [2007-12-10]
# 1
看看你的表!
zhanwei-@_@,初学.Net at 2007-10-24 > top of Msdn China Tech,PowerBuilder,基础类...
# 2
Integer. Returns 1 if it succeeds and -1 if an error occurs. If any argument's value is NULL, Update returns NULL.
因为数据窗口的UPDATE和SQL语句的UPDATE返回值是不同的,虽然数据窗口没有数值,但是也没有错误发生,只有返回1,没有错的。
programbcb-datawindow at 2007-10-24 > top of Msdn China Tech,PowerBuilder,基础类...