[asp]参数不足,期待是1 20

<!--#includefile="conn.asp"--><styletype="text/css"><!--body,td,th{font-size:12px;col... <!--#include file="conn.asp"--><style type="text/css">
<!--
body,td,th {
font-size: 12px;
color: #000000;
}
body {
background-color: #CCCCCC;
}
a {
font-size: 12px;
color: #0099FF;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CC3300;
}
a:hover {
text-decoration: underline;
color: #0099FF;
}
a:active {
text-decoration: none;
color: #CC3300;
}
-->
</style>

<b><a href="addnews.asp">发表新闻</a></b><br><br>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; " bordercolor="#000000" width="100%" height="26">
<tr>
<td width="17%"><b>作者</b></td>
<td width="83%">
<table width="759" border="0">
<tr>
<td width="313"><b>主题 </b></td>
</tr>
</table>
<b> </b></td>
</tr>
</table>
</center>
</div><hr size="1">
<%i=1
set shownew=conn.execute("select*from new order by id desc")
do while not shownew.eof
%>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; " bordercolor="#000000" width="100%" height="20">
<tr>
<td width="17%"><%=shownew("name")%> </td>
<td width="83%">
<a href="show.asp?id=<%=shownew("id")%>"><%=shownew("title")%></a></td>
</tr>
</table>
</center>
</div><hr size="1">
<%i=i+1
if i>100 then exit do
shownew.movenext
Loop
shownew.Close
set shownew=nothing
%>

以上是代码 我的表名是new 有字段 id ,title, name,body,shijian,laiyuan.

为什么可以把数据写到库里 但是到显示列表的页面,也就是以上代码,却显示的是

错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] 参数不足,期待是 1。
/admin_newlist.asp, 第 50 行
展开
 我来答
百度网友c650c4a80
2006-01-18
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
select * from [new] order by id desc

这样看看
百度网友87ff596
2006-01-17
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
set shownew=conn.execute("select*from new order by id desc")
其中的*两边有没有空格??
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式