拟分包计划表怎么填:Microsoft OLE DB Provider for ODBC Drivers (0x80004005)

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/08 07:24:41
错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] 操作必须使用一个可更新的查询。
/yns_nadd_save.asp, 第 260 行

浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

网页:
POST 221 ??? /yns_nadd_save.asp

POST Data:
n_tid=52&n_tsid=51&n_commend=1&n_sid=&n_title=122222222222222&n_author=%D0%D2%D4%CBGM&n_mpic=&n_rpic=&n_fname=20064202220205736.htm&n_fpath=2006-4-20&n_date=2006-4-20+22%3A20%3A20&n_content=2222222222 . . .

时间:
2006年4月20日, 22:21:23

详细信息:
Microsoft 支持

另外我的该文件内容是:

Dim MM_tableValues
Dim MM_dbValues

If (CStr(Request("MM_insert")) <> "") Then

' create the sql insert statement
MM_tableValues = ""
MM_dbValues = ""
For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2
MM_formVal = MM_fields(MM_i+1)
MM_typeArray = Split(MM_columns(MM_i+1),",")
MM_delim = MM_typeArray(0)
If (MM_delim = "none") Then MM_delim = ""
MM_altVal = MM_typeArray(1)
If (MM_altVal = "none") Then MM_altVal = ""
MM_emptyVal = MM_typeArray(2)
If (MM_emptyVal = "none") Then MM_emptyVal = ""
If (MM_formVal = "") Then
MM_formVal = MM_emptyVal
Else
If (MM_altVal <> "") Then
MM_formVal = MM_altVal
ElseIf (MM_delim = "'") Then ' escape quotes
MM_formVal = "'" & Replace(MM_formVal,"'","''") & "'"
Else
MM_formVal = MM_delim + MM_formVal + MM_delim
End If
End If
If (MM_i <> LBound(MM_fields)) Then
MM_tableValues = MM_tableValues & ","
MM_dbValues = MM_dbValues & ","
End If
MM_tableValues = MM_tableValues & MM_columns(MM_i)
MM_dbValues = MM_dbValues & MM_formVal
Next
MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")"

If (Not MM_abortEdit) Then
' execute the insert
Set MM_editCmd = Server.CreateObject("ADODB.Command")
MM_editCmd.ActiveConnection = MM_editConnection
MM_editCmd.CommandText = MM_editQuery
MM_editCmd.Execute
MM_editCmd.ActiveConnection.Close

If (MM_editRedirectUrl <> "") Then
Response.Redirect(MM_editRedirectUrl)
End If
End If

End If
%>
其中260行是这句开始的
MM_editCmd.Execute
MM_editCmd.ActiveConnection.Close

If (MM_editRedirectUrl <> "") Then
Response.Redirect(MM_editRedirectUrl)
End If
End If

End If
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body>
添加成功, 等待返回...

好难啊,都不懂啊

你要想在outlook上发送邮件,除了在hotmail主页上注册,还需要在你outlook上进行账号设置,不在本地进行设置是不能在本地直接收发邮件的。打开outloo,在“工具”菜单下选“账户”-“邮件”-“添加”,按对话框要求将你在主页上设置的账户和密码顺序填入,在“接收邮件服务器”和“发送邮件服务器”上设置“pop.hotmail.com"和“smtp.hotmail.com".成功后打开新设立的hotmail邮件属性,在”服务器“选项下勾“我的服务器要求身份验证”,点“设置”里“使用与接收邮件服务器相同的设置”,点确定。退出后就可以在本地收发邮件了。