设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 55|回复: 1
打印 上一主题 下一主题

菜鸟,求助各路大哥,远水解近渴!!!

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-9 06:36:09 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<%@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
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 22:38 , Processed in 0.113352 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

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