| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1747 人关注过本帖
标题:菜鸟自建影院,请大神指点
只看楼主 加入收藏
海文
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2017-1-31
收藏
 问题点数:0 回复次数:0 
菜鸟自建影院,请大神指点
我自建个网吧影院,建个index.asp
源文件:
<!--#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

这个是什么问题?
2017-01-31 15:34
快速回复:菜鸟自建影院,请大神指点
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014810 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved