布依格集团:错误类型:至少一个参数没有被指定值

来源:百度文库 编辑:高校问答 时间:2024/04/29 09:10:06
误类型:
Microsoft JET Database Engine (0x80040E10)
至少一个参数没有被指定值。
/wq2/admin/msgbox1.asp, 第 15 行
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%=session("content")%>
<%
Action=LCase(Request.QueryString("Action"))
set rs=server.createobject("adodb.recordset")
sql="select "&Action&" from wq_config "
rs.open sql,conn,1,3 //第 15 行

If Not rs.Eof Then
Content=rs(0)
End If
Response.Write Content
%>