路径修改了,还是返回到了原来就出现的88行错误,出错信息如下:
-----------------------------------------------------------------------
错误类型:
ADODB.Command (0x800A0BB9)
参数类型不正确,或不在可以接受的范围之内,或与其他参数冲突。
/index.asp, 第 88 行 (这个我看不懂)
网页:
POST 339 ??? /index.asp
POST Data:
companyname=123&companyadress=123&province=123&city=&postcoad=123456&attn=123&tel1=1234567&tel2=&mobil=&fax=&Email=lotus99@tom.com&daibiao=&zhizhaohao=&zhucedi=&chenlidate=&xingzhi=%CD%E2%C9%CC%B6%C0% . . .
-------------------------------------------------------------------
第88行代码如下:
85 If (Not MM_abortEdit) Then
86 ' execute the insert
87 Set MM_editCmd = Server.CreateObject("ADODB.Command"
88 MM_editCmd.ActiveConnection = MM_editConnection
89 MM_editCmd.CommandText = MM_editQuery
90 MM_editCmd.Execute
91 MM_editCmd.ActiveConnection.Close