新微赢技术网

标题: 字段传值一问题请教。。。 [打印本页]

作者: 无形的天空    时间: 2010-1-19 04:12
标题: 字段传值一问题请教。。。
<!--#include file="head.asp"-->
<title><%=webname%>--圭 </title>
<%dim dgid
dgid=SafeRequest("id",1)
set rs=server.CreateObject("adodb.recordset")
if dgid="" then
rs.open "select top 1 dgID,dgtitle,dgbody,adddgtime from dg order by adddgtime desc",conn,1,3
else
rs.open "select * from dg where dgid="&dgid&"",conn,1,3
end if
rs.update
%>
<%rs.close
set rs=nothing
conn.close
set conn=nothing
%>
<table width="800" height="204" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#FFFF33">
<td width="214" rowspan="3" valign="top">&nbsp;</td>
<td width="1" rowspan="3" bgcolor="#FFFF33">&nbsp;</td>
<td width="586" height="56" bgcolor="#FFFF33"><div align="center"><%=trim(rs("dgtitle"))%></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFF33"><%=trim(rs("dgbody"))%></td>
</tr>
<tr>
<td bgcolor="#FFFF33"><div align="right"><a href='javascript:window.close()'>关才此窗口</a></div></td>
</tr>
</table>
<!--#include file="xfoot.asp"-->

这是源文件我想对应ID传值不过却总是出错出错类型为

Microsoft VBScript 运行时错误 错误 '800a000d'
类型不匹配
/dgnews.asp,行22
第22行是调用数据库表的字段。我反复检查了几次都没有写错掉

前面的连接到此页的是这样连接的:< a href="dgnews.asp?id=<% = rs("dgID") %>">111</a>




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