Microsoft VBScript 运行时错误 错误 '800a01a8' 缺少对象: 'conn' /admin/admin.asp,行 27
Microsoft VBScript 运行时错误 错误 '800a01a8' 缺少对象: 'conn' /admin/admin.asp,行 27
日期:2021-06-01 19:47:06 人气:1
conn数据库连接对象没有创建。
程序最前面是不是少了个包含文件:<!--#include file="conn.asp" -->
程序最前面是不是少了个包含文件:<!--#include file="conn.asp" -->
