asp 错误类型:ADODB.Recordset (0x800A0CC1) 在对应所需名称或序数的集合中,未找到项目
Conn.asp文件<%dimconndimconnstrSetconn=Server.CreateObject("ADODB.Connection")'创建一个数据库链...
Conn.asp文件
<%
dim conn
dim connstr
Set conn = Server.CreateObject("ADODB.Connection")'创建一个数据库链接对象conn,方便后面调用
connstr="Provider=SQLOLEDB;Data Source=pc;Initial Catalog=tsgl;User ID=sa;Password=19870524;" '创建一个数据库的recordset对象,方便以后调用
conn.Open connstr'打开数据库
%>
这为首页开头程序,我认为就是这部分出现问题了,请高手给我看看好吗,谢谢了,不胜感激。
<!--#include file="conn.asp"-->
<%
set rs=server.createobject("ADODB.RecordSet")
sqltext="select * from borecorder where bo_flag=0 order by bo_retime asc"
rs.open sqltext,conn,1,1
dim MaxPerPage
MaxPerPage=20
'假如没有数据时
If rs.eof and rs.bof then
call showpages
response.write "<p align='center'><font color='#ff0000'>还没任何借阅信息</font></p>"
response.end
End if
'取得页数,并判断用户输入的是否数字类型的数据,如不是将以第一页显示
dim text,checkpage
text="0123456789"
Rs.PageSize=MaxPerPage
for i=1 to len(request("page"))
checkpage=instr(1,text,mid(request("page"),i,1))
if checkpage=0 then
exit for
end if
next 展开
<%
dim conn
dim connstr
Set conn = Server.CreateObject("ADODB.Connection")'创建一个数据库链接对象conn,方便后面调用
connstr="Provider=SQLOLEDB;Data Source=pc;Initial Catalog=tsgl;User ID=sa;Password=19870524;" '创建一个数据库的recordset对象,方便以后调用
conn.Open connstr'打开数据库
%>
这为首页开头程序,我认为就是这部分出现问题了,请高手给我看看好吗,谢谢了,不胜感激。
<!--#include file="conn.asp"-->
<%
set rs=server.createobject("ADODB.RecordSet")
sqltext="select * from borecorder where bo_flag=0 order by bo_retime asc"
rs.open sqltext,conn,1,1
dim MaxPerPage
MaxPerPage=20
'假如没有数据时
If rs.eof and rs.bof then
call showpages
response.write "<p align='center'><font color='#ff0000'>还没任何借阅信息</font></p>"
response.end
End if
'取得页数,并判断用户输入的是否数字类型的数据,如不是将以第一页显示
dim text,checkpage
text="0123456789"
Rs.PageSize=MaxPerPage
for i=1 to len(request("page"))
checkpage=instr(1,text,mid(request("page"),i,1))
if checkpage=0 then
exit for
end if
next 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询