溢达集团管培生:大家来看一下下面的查询数据库哪错了???

来源:百度文库 编辑:神马品牌网 时间:2024/05/16 09:54:42
dim strsql,rss,idd
if request.querystring("id")="" then
idd=1
else
idd=cint(request.querystring("id"))
end if
strsql="select*from our where id="&idd
set rss=conn.execute(strsql)
%>

报什么错了呀