对 Server.Execute 的调用失败

来源:百度知道 编辑:UC知道 时间:2024/08/22 10:34:25
错误类型:
Server 对象, ASP 0227 (0x80004005)
对 Server.Execute 的调用失败

以前,程序运行都是好好的,现在不行了,不知道为什么
如下操作

server.execute("sgongzi3.asp")

估计是调用错误,还有后台数据库没有这个值你调用了也会出这个错误!
MicrosoftVBScript语法错误(0x800A03E9)-->内存不足
MicrosoftVBScript语法错误(0x800A03EA)-->语法错误
MicrosoftVBScript语法错误(0x800A03EB)-->缺少 ':'
MicrosoftVBScript语法错误(0x800A03ED)-->缺少 '('
MicrosoftVBScript语法错误(0x800A03EE)-->缺少 ')'
MicrosoftVBScript语法错误(0x800A03EF)-->缺少 ']'
MicrosoftVBScript语法错误(0x800A03F2)-->缺少标识符
MicrosoftVBScript语法错误(0x800A03F3)-->缺少 '='
MicrosoftVBScript语法错误(0x800A03F4)-->缺少 'If'
MicrosoftVBScript语法错误(0x800A03F5)-->缺少 'To'
MicrosoftVBScript语法错误(0x800A03F6)-->缺少 'End'
MicrosoftVBScript语法错误(0x800A03F7)-->缺少 'Function'
MicrosoftVBScript语法错误(0x800A03F8)-->缺少 'Sub'
MicrosoftVBScript语法错误(0x800A03F9)-->缺少 'Then'
MicrosoftVBScript语法错误(0x800A03FA)-->缺少 'Wend'
MicrosoftVBScript语法错误(0x800A03FB)-->缺少 'Loop'
MicrosoftVBScript语法错误(