注册 登录
编程论坛 ASP技术论坛

调用插件出错。。。何解?

dhdhzzw 发布于 2008-01-25 13:45, 649 次点击
[bold]dim aa
set aa=Server.CreateObject("GETACTIVECODE.HaveActiveCode")
ActiveCode=aa.ReturnActiveCode(sqm,jqm)[/bold]

 strSQL="Insert BuyInfo(CustomerID,MachineID,ProductID,buydate,ActiveCode) values("
 strSQL=strSQL & CustomerID &"," & MachineID & "," & ProductID & ",'"
 strSQL=strSQL & date & "','"
[bold] strSQL=strSQL & ActiveCode & [/bold]"')"
 'response.Write(strSQL)
 'response.End()
 Conn.Execute(strSQL)


=============================================================

Active Server Pages, ASP 0115 (0x80004005)
外部对象中发生了可捕获的错误(C0000005)。脚本无法继续执行。
0 回复
1