注册 登录
编程论坛 ASP技术论坛

这样写对吗

lili0610931 发布于 2008-05-19 14:14, 339 次点击
if execute("update ad_user_pic set user_pic_delete='1' where user_pic_id="&uid)conn,1,3 then
else
response.Write "没有找到内容"
end if
1 回复
#2
tianyu1232008-05-19 14:21
if 条件 then
...
else
...
end if

这里的条件需要返回true或false

execute("update ad_user_pic set user_pic_delete='1' where user_pic_id="&uid)conn,1,3 它能返回吗?
1