设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 66|回复: 2
打印 上一主题 下一主题

看看那出错了

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-20 03:27:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<%
[知识问答ωωω.χiuGoo.сom]
Set rst= Server.CreateObject("ADODB.Recordset")
if whe="全部" then
sql="select articleid,title,hits from learning where canlook<>3 order by hits desc"
else
sql="select articleid,title,hits from learning where where='"&whe&"' and canlook<>3 order by hits desc"
end if
rst.open sql,conn,1,1
if rst.eof and rst.bof then
response.write "<p align='center'> 该栏目没有任何电影</p>"
else
i=0
do while not rst.eof
i=i+1
%>
这段代码是那错了SQL数据库怎么提示:
Microsoft OLE DB Provider for SQL Server 错误 '80040e14'
在关键字 'where' 附近有语法错误。
/where.asp,行 166

行 166 是 : rst.open sql,conn,1,1
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 20:22 , Processed in 0.077929 second(s), 10 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表