新微赢技术网

标题: 菜鸟,求助各路大哥,远水解近渴!!! [打印本页]

作者: 梦的放肆    时间: 2010-1-9 06:36
标题: 菜鸟,求助各路大哥,远水解近渴!!!
<%@language=vbscript%>
<%'on error resume next%>
<html>
<head>
<title>顺德通迅录</title>
<style type="text/css">
#head{width:80%;height:30px;display:block;margin-left:10%;margin-top:60px;}
#content{width:80%:height:600px;margin-left:10%;}
h1{font-size:20px;display:block;text-align:center;}
table{width:90%;}
table th{background:#6688cc;height:30px;}
table td{background:#6688ee;height:24px;}
</style>
</head>
<body>
<%
dim db
set db=server.createobject("adodb.connection")
db.open"address"
%>
<div id="head">
<h1>tags</h1>


</div>
<div id="content">

<%
dim tagrs,sql
set tagrs=server.createobject("adodb.recordset")
sql="select * from tags"
tagrs.open sql,db,1
%>

<table class="friend_all">
<tr>
<%
do while not tagrs.eof
%>

<td width="30"><%=tagrs("tag_id")%>??<%=tagrs("tags_name")%></td>

<%
   tagrs.movenext
loop
%>
</tr>
</table>
</div>
</body>

运行提示错误:1   
ADODB.Recordset 错误 '800a0cc1'

在对应所需名称或序数的集合中,未找到项目。

/shunde/news/tags.asp,行 41




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2