android 日志:Microsoft VBScript 运行时错误 '800a01a8'

来源:百度文库 编辑:神马品牌网 时间:2024/05/05 20:23:45
<!--#include file="CONN.ASP"-->
<table width="100%" border="1" cellspacing="0" cellpadding="0">

<%

dim sql,rs
sql="select top 12 * from V6bbs_bbs WHERE miniature<>'' ORDER BY post_time DESC"
set rs=conn.execute (sql)
if rs.eof then
response.write "暂无数据"
else
do while not rs.eof%>
<tr>
<td height=22><%=rs("miniature")%></td>
</tr>
<%
rs.movenext
loop

rs.close
set rs=nothing
end if%>
</table>

</body>

sql="select top 12 * from V6bbs_bbs WHERE miniature<>'' ORDER BY post_time DESC"

的“"”你输成了“''”而且还不配对

哪一行