查看: 3572|回复: 1

[问与答] 我是一个菜鸟,想问个自建网站的一个问题.

[复制链接]
海文 发表于 2017-1-31 15:26:01 | 显示全部楼层 |阅读模式
<!--#include file = "Conn.asp"-->
<%
Set rs = server.CreateObject("adodb.recordset")
sql = "SELECT * from movWeb where modvalue=1"
rs.Open sql, conn, 1, 1
if Not rs.eof then
modname=rs("modname")
end if
rs.close
set rs=nothing
set conn=nothing
if modname<>"" then
Response.Write "<script>window.location.href='/"&modname&"/index.asp';</script>"
else
Response.Write "<script>window.location.href='/xbs/index.asp';</script>"
end if
%>



ADODB.Recordset 错误 '800a0bb9' 参数类型不正确,或不在可以接受的范围之内,或与其他参数冲突。
/index.asp,行 5


提示这个错误是什么问题?
xuanxiao 发表于 2017-2-1 11:13:08 | 显示全部楼层
回复 1# 海文

有可能是数据库没连上。没找到CONN对象,检查下
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

在线客服

售前咨询
售后咨询
服务热线
023-58418553
微信公众号