我的奋斗电影豆瓣:Microsoft VBScript 编译器错误 错误 '800a03f6'

来源:百度文库 编辑:中科新闻网 时间:2024/04/26 07:46:31
Microsoft VBScript 编译器错误 错误 '800a03f6'

缺少 'End'

/iisHelp/common/500-100.asp,行242

Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'

[Microsoft][ODBC 驱动程序 管理器] 未发现数据源名称并且未指定默认驱动程序

/cunxi/dt_user_lo_add/Login.asp,行14
<%@language=vbscript codepage=936 %>
<!--#include file="Connections/conn.asp" -->
<%
' *** Validate request to log in to this site.
MM_LoginAction = Request.ServerVariables("URL")
If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString)
MM_valUsername=CStr(Request.Form("UserName"))
If MM_valUsername <> "" Then
MM_fldUserAuthorization=""
MM_redirectLoginSuccess="main.html"
MM_redirectLoginFailed="LoginFailure.html"
MM_flag="ADODB.Recordset"
set MM_rsUser = Server.CreateObject(MM_flag)
MM_rsUser.ActiveConnection = MM_conn_STRING((((第十四行))))

你确认你的MM_conn_STRING连接字符是对的?贴出来看看?在Connections/conn.asp文件里