妃子地牢受刑小说:Microsoft VBScript 编译器错误

来源:百度文库 编辑:神马品牌网 时间:2024/04/28 01:06:42
我的系统是2000+iis5。
出现下面的问题:
Microsoft VBScript 编译器错误 错误 '800a03f6'

缺少 'End'

/iisHelp/common/500-100.asp,行242

Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'

[Microsoft][ODBC Microsoft Access Driver] 操作必须使用一个可更新的查询。

/include/jk_class.asp,行20
<%
'****************************************************
' Email: liuok@vip.sina.com
' Web: http://www.cn0376.com
' Copyright (C) 2005 www.cn0376.com All Rights Reserved.
'****************************************************

const dim_11_len=50
const dim_12_len=50

class class_joekoe_cms
public web_name,web_url,web_email,web_urls,web_dir,web_cookies,web_skin,web_dir_skin,web_upload,web_unit,web_health,web_tit,now_time,today_time,timer_start,pro_edition,num_rs,connstr
public js_tim,js_mod,isconn,ishealth

function exec(esql,etype)
if isconn=false then call conn_open()
'response.write vbcrlf&"//<br>"&esql
select case etype
case 0
conn.execute(esql)

你是2000系统,应该不是数据库权限的问题,估计是你连接的问题,你能不能把你的JK_CLASS.ASP行20上下几行给贴出来。