设置好数据不能保存,请给看一下
设置了题量和分值后,点击修改,不出现相应的分数,而是值零
个人感觉是这段语句中有错误,可是又不知道是错在哪里
sqlti1="select * from tbtk where kao=1 and kcid="&kcid&" and category="&rschap("category")&" and chapter>="&rs1("schap")&" and chapter<="&rs1("echap")&" and level >="&rschap("slevel")&" and level <="&rschap("elevel")&""
'response.write sqlti1&"]"
set rsti1=server.createobject("adodb.recordset")
rsti1.open sqlti1,conn,3,2
if rsti1.eof then
response.write "0"
else
response.write rsti1.recordcount
end if %>
附上此文件的全部代码
paperset.rar
(2.51 KB)