C
cold-eagle
Unregistered / Unconfirmed
GUEST, unregistred user!
有一个字段为allow null,当值为空,也就是为null时,我要把值读出来并赋为0
我是这么写的:
if rs("previewtime")=null then
rs("previewtime")=0
end if
但是代码并不执行,请问该如何写?谢谢!
我是这么写的:
if rs("previewtime")=null then
rs("previewtime")=0
end if
但是代码并不执行,请问该如何写?谢谢!