这段vbscript中错在那里?
<%
set rsdefautnews = Server.CreateObject("ADODB.Recordset")
rsdefautnews.ActiveConnection = MM_huiyuan_STRING
rsdefautnews.Source = "SELECT StartDate, Title FROM tbNews ORDER BY StartDate DESC"
rsdefautnews.CursorType = 0
rsdefautnews.CursorLocation = 2
rsdefautnews.LockType = 3
rsdefautnews.Open()
rsdefautnews_numRows = 0
%>
无法在//localhost/...中浏览,是位于*.asp的文件中的一段,总是提示其中第三行有错(rsdefautnews.ActiveConnection = MM_huiyuan_STRING),信息为:错误类型:
ADODB.Recordset (0x800A0BB9) 错在那里?请指教!