主题:【求助】提示:800a0bb9错误
提示错误信息如下:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/gsjs.asp, line 49
文件页面部分代码:(红色部分为错误行)
<%
strsql="select * from news_info where id=47"
set rs = Server.CreateObject("ADODB.Recordset")
[color=FF0000]rs.Open strsql, conn, 1, 3[/color]
%>
<div style="color:#25dff4; padding-top:20px; padding-left:30px; padding-right:80px; font-size:12px; line-height:150%"><%= rs("content") %></div>