<%
set Ars=server.CreateObject ("ADODB.recordset")
Ars.Open "select * from public_note where object=2 order by [time] desc"
if not Ars.eof then
public_note=Ars("public_note")
end if
Ars.close
set Ars=nothing
%>
技术信息(用于支持人员)
错误类型:
ADODB.Recordset (0x800A0E7D)
连接无法用于执行此操作。在此上下文中它可能已被关闭或无效。
/blog/index.asp, 第 370 行