设为首页收藏本站

新微赢技术网

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

ADODB.Field (0x80020009)错误要怎么解决?

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-14 06:23:02 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
错误类型:
ADODB.Field (0x80020009)
/bysolution.asp

请问这是什么错误......该怎么解决啊???请大家帮帮忙......



<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="inc/conn.asp"-->
<!-- #include file="inc/checklogin.asp"-->
<!--#include file="inc/md5.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>bysolution</title>
<link href="inc/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select item.*,product.*,reason.*,solution.* from item,product,reason,solution where item.itemid="&cint(trim(request("item")))&" and item.productid=product.productid and solution.reasonid=reason.reasonid and solution.itemid=item.itemid",conn,3,3
%>
<table width="80%" border="0" align="center" cellpadding="3" cellspacing="1" class="table">
<tr>
<td width="21%" height="19">item name</td>
<td width="22%">product</td>
<td width="31%">reason</td>
<td width="26%">ino</td>
</tr>
<tr>
<td><%=rs("itemname")%></td>
<td><%=rs("productname")%></td>
<td><%=rs("reason")%></td>
<td><%=rs("ino")%></td>
</tr>
</table>
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="right"><a href="bysolution.asp?page=<%=page-1%>">Preview</a> <a href="bysolution.asp?page=<%=page+1%>">Next</a></td>
</tr>
</table>
<br>
<center>
</center>
</body>
</html>
2#
发表于 2010-2-10 06:05:06 | 只看该作者
好 好帖 很好帖 确实好帖 少见的好帖
回复 支持 反对

使用道具 举报

3#
发表于 2010-3-22 12:05:08 | 只看该作者
很好!很强大!很和谐!和谐万岁!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-18 21:34 , Processed in 0.112572 second(s), 10 queries , Gzip On, Memcache On.

Powered by xuexi

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

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