<%
set rs=server.createobject("adodb.recordset")
sqlstr="select * from data where news_class_name='帮助信息' order by news_id ASC"
rs.open sqlstr,conn,1,1,1
'response.write sqlstr
'response.end
'if rs.eof then response.write "ok"
'if not rs.eof then response.write "11ok"
'response.end
do while not rs.eof
%>