if yonghu="" or isnull(yonghu) then '等于空
end if
if yonghu<>"" or not(isnull(yonghu)) then '不等于空
end if
来自 http://zhidao.baidu.com/link?url=d26W0bRexs4mm5zJwi-Obspgs8XrvqGeAHWBcc9nluOq-EZvK46r5_-r2Rzq489rMH15RXHzex3vz3_-qS_xKK
if url<>"" then urlstr="location.href='"&url&"';" if url="-1" then urlstr="history.go(-1);" if str<>"" then str="alert('"&str&"');" response.write("<script>"&str&urlstr&"</script>")
<%
if rs("bigclass")="飞机" then
response.write "飞机"
else
response.write "没有"
end if
%>
来自 http://zhidao.baidu.com/link?url=s_0sfq3_Pl4ZqUKZfZ1yQc_nQeAdODdyiWjrFDKfX3-lbhVhNfrkYSDLf6RQXaa34Eo_4IN6ttrdfUslj4iqDq
Access中,使用Select Top N 与 Order By 字段 desc时,Top 会不生效,显示了全部记录,解决的办法是将主键字段加下Order By 里面,其中[OrderID]中的记录值可能会出现重复值,例如经常用的排序字段,如果在设计上排序字段非主键且允许重复数据显示,而列表中又必须按这个orderid字段排序,那么实现方式如下: