标题:请问 asp中怎样显示备注型字段
取消只看楼主
gaosx0731
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-3-12
 问题点数:0 回复次数:1 
请问 asp中怎样显示备注型字段

我的代码如下:
<%
id=request.queryString("id")
set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("db1.mdb")
exec="select * from news where id='"&"id&"'"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><%=rs("content")%></td>
</tr>
</table>
</body>
</html>
但是却会出错 错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC Microsoft Access Driver] 标准表达式中数据类型不匹配。

搜索更多相关主题的帖子: 字段 备注 asp 
2007-05-20 13:25
gaosx0731
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-3-12
得分:0 
楼上的 还是不行 一样的错误
2007-05-20 16:01



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-140871-1-1.html




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

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