标题:[求助]出现——参数不足,期待是 1——怎么办?[在线等]
取消只看楼主
luozong2005
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-11-1
 问题点数:0 回复次数:3 
[求助]出现——参数不足,期待是 1——怎么办?[在线等]

出现了这样一个错误!
错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] 参数不足,期待是 1。
/web/复件 yuedongjidian/cn/111.asp, 第 8 行
我的源文件是;
<!--#include file="../include/conn.asp"-->
<%
if ty="" then
ty="11"
end if
set rs=server.CreateObject("adodb.recordset")
sql="select * from product where ty='"& ty & "'"
rs.open sql,conn,3,3
'if not rs.eof then
'rs.movefirst
'end if
%>
<img src="<%=rs.pic1%>"

谢谢

搜索更多相关主题的帖子: sql Microsoft include product 源文件 
2005-11-01 11:46
luozong2005
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-11-1
得分:0 
如果ty=""
然后ty="11"了啊
不行吗?

2005-11-01 11:56
luozong2005
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-11-1
得分:0 
sql="select * from product where ty='"& ty & "'"
这里吗 ?

2005-11-01 12:11
luozong2005
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-11-1
得分:0 

后来把where 子句去掉就没问题了!
但我的程序不能去啊


2005-11-01 15:32



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




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

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