服务器对象 错误 'ASP 0177 : 800401f3'
调试本地网站,总是出现以下错误:
服务器对象 错误 'ASP 0177 : 800401f3 '
Server.CreateObject 失败
/index.asp,行7
无效的 ProgID。 若要获取关于此消息的更多的信息,请访问 Microsoft 联机支持站点: http://www.microsoft.com/contentredirect.asp 。
新建一个站点测试页面,还是出现这个问题
代码如下
<%@LANGUAGE= "VBSCRIPT " CODEPAGE= "936 "%>
<!--#include file= "Connections/ytffndn.asp " -->
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject( "ADODB.Recordset ")
Recordset1.ActiveConnection = MM_ytffndn_STRING
Recordset1.Source = "SELECT * FROM city "
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
请问如何解决?
------解决方案-------------------- Connections/ytffndn.asp
里的内容你看看有没有错