碳酸钙的主要用途:Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/29 11:45:08
Set rsgo = Server.CreateObject("adodb.recordset")
sql = "Select * from goout where username = '"&trim(Session("Username"))&"' and starttime<='"&now()&"' and endtime>='"&now()&"'"
'response.write sql
rsgo.open sql,conn,1,1
if not rsgo.eof then
stateinfo="采访DetailInfo"
stateinfo = replace(stateinfo,"DetailInfo","<img src='/images/viewstate.gif' alt='"&getinfo(trim(Session("Username")))&"' class='menu_title'>")
end if
rsgo.close
Set rsgo = nothing
%>