SQL Server问题(急,在线等)
Microsoft OLE DB Provider for SQL Server 错误 '80040e31'
超时已过期
/public/common.asp,行 60
Function Open_RsPg(conn, sql, SessionName, PageSize)
Dim rs
Set rs=Server.CreateObject("ADODB.Recordset")
rs.Open sql,conn,3//行60
Set Session(SessionName)=rs
rs.PageSize=PageSize
Set Open_RsPg=Session(SessionName)
End Function
以前好好的,现在不知道为什么这样,请各位高手帮忙看看