跪求ASP生日提醒的代码
sql="select name from shr where birthday>#"&date()+5&"#"
rs.open sql,Conn,1,1
if rs.recordcount>0 then
do while not rs.eof
response.write rs("name")&"<br>"
rs.movenext
loop
end if
2024-11-11 05:03
2024-11-11 04:55
2024-11-11 04:49
2024-11-11 04:48
2024-11-11 03:36