这样写不对吗?大家帮忙看一下,谢谢!
if request("addtime")="" thenrs.open "select id,address,name,huohao,way,addtime from fahuo where addtime="&date()&" order by id desc",conn,1,1
else
rs.open "select id,address,name,huohao,way,addtime from fahuo where addtime="&request("addtime")&" order by addtime desc",conn,1,1
end if
如果addtime为空则列出表中当天的所有数据,如果不为空则列出addtime那一天的数据,这样写有什么问题吗?
我运行的结果是什么都没有列出来!