注册 登录
编程论坛 C++教室

求此问题的解决办法,我研究三天也没想通

mylan 发布于 2007-09-10 14:47, 638 次点击


本人碰到了这么一个问题,其中图片中所提到的/include/jk_class.asp的代码如下:
<%
const dim_11_len=50
const dim_12_len=50

class class_joekoe_cms
public web_vt,web_name,web_url,web_email,web_urls,web_dir,web_cookies,web_skin,web_dir_skin,web_upload,web_unit,web_health,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)
case 1
set exec=conn.execute(esql)
end select
num_rs=num_rs+1
end function

希望懂的朋友能在此发一下怎么修改,在此先感谢一下.

6 回复
#2
mylan2007-09-10 17:00

没有人知道吗?唉

#3
terisevend2007-09-10 18:49
这。。。不是C/C++代码吧- -!
#4
mylan2007-09-10 18:57
不知道啊,他们让我发到这个板块来,我也不知道啊
#5
snakeImao2007-09-12 18:01
晕!
#6
jiangzw6252007-09-12 20:58
你的esql变量的问题。查查看你的sql语句写对了吗
#7
yp4562007-09-13 21:04

狂晕!你当玩c++的都是通才?

1