谁能帮我修改一下网页代码?谢谢!

我做了个聊天室,运行时有两处出错地方,原因是[日期的语法错误在查询表达式'puttime>#2007-5-12上午08:27:06#'中。]麻烦哪位大哥大姐帮忙修改一下,... 我做了个聊天室,运行时有两处出错地方,原因是[日期的语法错误 在查询表达式 'puttime>#2007-5-12 上午 08:27:06#' 中。]
麻烦哪位大哥大姐帮忙修改一下,不胜感激!谢谢![出错地方以※标出]
----------------------------------------------------------------
右边:
response.write "</head>"&vbcrlf
response.write "<body onload='gotop()'>"&vbcrlf
response.write "<div id='announce'><script language='javascript'>"&vbcrlf&"if(top!=window)"&vbcrlf&"{"&vbcrlf&"bulletintxt=top.online.document.title;"&vbcrlf&"if(bulletintxt.substr(0,8)=='没有可以显示的页')"&vbcrlf&"top.online.window.location.href='online.asp';"&vbcrlf&"else"&vbcrlf&"document.write(top.online.document.title);"&vbcrlf&"}"&vbcrlf&"</script></div>"&vbcrlf
response.write "<hr width=""100%""><br>"&vbcrlf
※sql="select top "&maxrecordnum&" userid,sayto,saycontent,textcolor,userface,ispublic,puttime from chatinfo where puttime>#"&dateadd("s",(0-5*sessionout),now())&"# order by puttime desc"
rs.open sql,conn,0,1
if not(rs.bof and rs.eof) then
chatinfodata=rs.getrows()
rs.close
set rs=nothing
-----------------------------------------------------------------
左边:
set rs2=server.createobject("adodb.recordset")
※sql="select * from userinfo where logintime<#"&dateadd("s",(0-sessionout),now())&"# and isonline=true"
rs.open sql,conn,0,3
systeminfo=rs.recordcount
do while not rs.eof
展开
 我来答
会来宝贝2023
2007-05-14 · 超过24用户采纳过TA的回答
知道答主
回答量:62
采纳率:0%
帮助的人:72万
展开全部
右边改为:sql="select top "&maxrecordnum&" userid,sayto,saycontent,textcolor,userface,ispublic,puttime from chatinfo where datediff(s,puttime,getdate())>"&5*sessionout&" order by puttime desc"

左边改为:sql="select * from userinfo where datediff(s,logintime,getdate())<"&sessionout&" and isonline=true"
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式