<%
set rst=server.CreateObject("adodb.recordset")
sql="select top100 * from type2"
rst.open sql,conn,1,1
i=1
do while not rst.eof
%>
<tr>
<td> <%=i%>、<%=rst("题干")%>
<input type=hidden name="tgxz<%=i%>" value="<%=rst("题干")%>"></td>
</tr>
<tr>
<td>
<input type="radio" value="A" name="sele<%=i%>"> A.<%=rst("选项1")%>
<input type=hidden name="xzxx1<%=i%>" value="<%=rst("选项1")%>" >
<input type="radio" value="B" name="sele<%=i%>"> B.<%=rst("选项2")%>
<input type=hidden name="xzxx2<%=i%>" value="<%=rst("选项2")%>" >
<input type="radio" value="C" name="sele<%=i%>"> C.<%=rst("选项3")%>
<input type=hidden name="xzxx3<%=i%>" value="<%=rst("选项3")%>" >
<input type="radio" value="D" name="sele<%=i%>"> D.<%=rst("选项4")%>
<input type=hidden name="xzxx4<%=i%>" value="<%=rst("选项4")%>" >
<input type=hidden name="xzda<%=i%>" value="<%=rst("正确答案")%>" >
</td>
</tr>
<%i=i+1
loop
%>
</table>
</center>
</div>
<br>
<br>
<input type="submit" value="提交" name="B1"> <input type="reset" value="重置" name="B2">
<p>
<br>
</td>
</tr>
</table>
</form>
开始考试 (100 道选择题,总分 200 分
考生姓名:sunny 性别: 男 年龄:5 编号:14
一、选择题(共100道,每题 2 分) |
Microsoft JET Database Engine
错误 '80040e14'
语法错误 (操作符丢失) 在查询表达式 'top100 *' 中。
/text/test.asp,行 37