[求助]ActiveConnection的作用是?
Set rs = Server.CreateObject("ADODB.RecordSet")rs.open"select magtitle,magposttime,magid from mag order by magposttime DESC",dbconnection,1,3
这样就可以完成所需要的作用了
为什么很多地方都要在两句之间加上
Set rs.ActiveConnection=Conn
rs.CursorType=3
这两句
到底ActiveConnection的作用是什么?