找错误
set score=server.createobject("ADODB.Command")
score.activeconnection= "database1"
score.commandtext="select count(*) from bmb where schoolname='"&schoolname&"' and kaoshenglb='"&kaoshenglb&"' and kaoshilb='"&kaoshilb&"';"
set sc=score.execute
Nuscore=sc("count(*)")
在最后一句有什么错误?