第 1 行: '=' 附近有语法错误, 第 16 行

%ifrequest.form("test_student")<>""thenid=request.querystring("id")students=split(req... %
if request.form("test_student")<>"" then
id=request.querystring("id")
students=split(request.form("test_student"),",")
students_flag=split(request.form("test_student"),",")
no=ubound(students)
set test_student=server.createobject("adodb.recordset")
test_student_sql="select studentnumber,examinationid from examination where examinationid="&request("id")&""
test_student.open test_student_sql,conn,1,3
while not test_student.eof
flag=0
for i=0 to no
if students(i)=test_student("studentnumber") then
flag=1
students(i)=-1
end if
next
if flag=0 then test_student.delete
test_student.movenext
wend
for i=0 to no
if students(i)<>-1 then
test_student.addnew
test_student("examinationid")=id
test_student("studentnumber")=trim(students(i))
test_student.update
end if
next
test_student.close
set test_student=nothing
end if
%>

第16行:test_student.open test_student_sql,conn,1,3
大侠帮帮忙!急用啊!
不行啊,类型不匹配cint
展开
 我来答
slow_hand
2008-06-18 · 超过54用户采纳过TA的回答
知道小有建树答主
回答量:128
采纳率:0%
帮助的人:193万
展开全部
数据字段examinationid啥类型的?
字符型的就试试
test_student_sql="select studentnumber,examinationid from examination where examinationid='"&trim(request("id"))&"'"
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式