语法错误 (操作符丢失) 在查询表达式 'id=' 中。 是什么意思?谢谢
代码如下:<!--#includefile=conn.asp--><%id=request("id")%><!DOCTYPEHTMLPUBLIC"-//W3C//DTDH...
代码如下:
<!--#include file=conn.asp-->
<%
id=request("id")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=k_title%></title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {color: #FF0000}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="780" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#3366CC">
<tr>
<td height="30" bgcolor="#3366CC" class="wht"><table width="650" border="0">
<tr>
<td width="20"> </td>
<td><%=k_title%></td>
<td width="100" align="center" bgcolor="#00CCFF"><a href="score_list.asp">成绩查询</a></td>
</tr>
</table></td>
</tr>
<%
SQL="select * from score where id=" & id
set Rs=conn.execute(SQL)
%>
<tr>
<td height="60" align="center" bgcolor="#FFFFFF"><table width="660" border="0" cellpadding="2" cellspacing="1" bgcolor="#0066FF">
<tr>
<%
if Rs("wd_sz")=true then
kk=""
else
kk=" <font color='#FF0000'>不含问答题</font>"
end if
%>
<td height="25" colspan="6" align="center" bgcolor="#EEEEEE"><%=Rs("student")%>:<%=Rs("a_score")%>分 <%=kk%></td>
</tr>
<tr>
<td width="100" align="center" bgcolor="#000099" class="wht">单选题得分</td>
<td width="110" bgcolor="#EEEEEE"> <%=Rs("dx_score")%>分</td>
<td width="100" align="center" bgcolor="#000099" class="wht">复选题得分</td>
<td width="110" bgcolor="#EEEEEE"> <%=Rs("fx_score")%>分</td>
<td width="100" align="center" bgcolor="#000099" class="wht">判断题得分</td>
<td bgcolor="#EEEEEE"><%=Rs("pd_score")%></td>
</tr>
<tr>
<td align="center" bgcolor="#000099" class="wht">填空题得分</td>
<td bgcolor="#EEEEEE"><%=Rs("tk_score")%>分</td>
<td align="center" bgcolor="#000099" class="wht">问答题得分</td>
<td bgcolor="#EEEEEE"><%=Rs("wd_score")%></td>
<td bgcolor="#EEEEEE" class="wht"> </td>
<td bgcolor="#EEEEEE"> </td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<%
SQL="select sz from cx where id=1"
set Rs1=conn.execute(SQL)
if Rs1("sz")=true then
response.write Rs("bz")
end if
Rs1.close
set Rs1=nothing
%>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="40" align="center" bgcolor="#3366CC" class="wht"> </td>
</tr>
</table>
</body>
</html>
<%
conn.close
set conn=nothing
%> 展开
<!--#include file=conn.asp-->
<%
id=request("id")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=k_title%></title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {color: #FF0000}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="780" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#3366CC">
<tr>
<td height="30" bgcolor="#3366CC" class="wht"><table width="650" border="0">
<tr>
<td width="20"> </td>
<td><%=k_title%></td>
<td width="100" align="center" bgcolor="#00CCFF"><a href="score_list.asp">成绩查询</a></td>
</tr>
</table></td>
</tr>
<%
SQL="select * from score where id=" & id
set Rs=conn.execute(SQL)
%>
<tr>
<td height="60" align="center" bgcolor="#FFFFFF"><table width="660" border="0" cellpadding="2" cellspacing="1" bgcolor="#0066FF">
<tr>
<%
if Rs("wd_sz")=true then
kk=""
else
kk=" <font color='#FF0000'>不含问答题</font>"
end if
%>
<td height="25" colspan="6" align="center" bgcolor="#EEEEEE"><%=Rs("student")%>:<%=Rs("a_score")%>分 <%=kk%></td>
</tr>
<tr>
<td width="100" align="center" bgcolor="#000099" class="wht">单选题得分</td>
<td width="110" bgcolor="#EEEEEE"> <%=Rs("dx_score")%>分</td>
<td width="100" align="center" bgcolor="#000099" class="wht">复选题得分</td>
<td width="110" bgcolor="#EEEEEE"> <%=Rs("fx_score")%>分</td>
<td width="100" align="center" bgcolor="#000099" class="wht">判断题得分</td>
<td bgcolor="#EEEEEE"><%=Rs("pd_score")%></td>
</tr>
<tr>
<td align="center" bgcolor="#000099" class="wht">填空题得分</td>
<td bgcolor="#EEEEEE"><%=Rs("tk_score")%>分</td>
<td align="center" bgcolor="#000099" class="wht">问答题得分</td>
<td bgcolor="#EEEEEE"><%=Rs("wd_score")%></td>
<td bgcolor="#EEEEEE" class="wht"> </td>
<td bgcolor="#EEEEEE"> </td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<%
SQL="select sz from cx where id=1"
set Rs1=conn.execute(SQL)
if Rs1("sz")=true then
response.write Rs("bz")
end if
Rs1.close
set Rs1=nothing
%>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="40" align="center" bgcolor="#3366CC" class="wht"> </td>
</tr>
</table>
</body>
</html>
<%
conn.close
set conn=nothing
%> 展开
4个回答
展开全部
是ID值没有传递过来,如果ID是数字,则查询的时候是:
"select * from table where id = " & id & ""
如果是字符,则
"select * from table where id = '" & id & "'"
"select * from table where id = " & id & ""
如果是字符,则
"select * from table where id = '" & id & "'"
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
从倒数第2行可以知道:
这个页面是不能直接打开运行的,只有前面传了id参数过来才行。也就是说,这个页面是在浏览其它页面后通过链接或按钮跳转过来打开,而不是直接通过地址访问。
这个页面是不能直接打开运行的,只有前面传了id参数过来才行。也就是说,这个页面是在浏览其它页面后通过链接或按钮跳转过来打开,而不是直接通过地址访问。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
看了一下,觉得好像没什么问题..
id字段是int类型的吗?
如果不是
可能SQL应该写成"select * from table where id = '1'"
用变量的话应该是
"select * from table where id = '" & id & "'"
错误在哪一行? 你也没写..
id字段是int类型的吗?
如果不是
可能SQL应该写成"select * from table where id = '1'"
用变量的话应该是
"select * from table where id = '" & id & "'"
错误在哪一行? 你也没写..
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<%
SQL="select sz from cx where id=1"
set Rs1=conn.execute(SQL)
if Rs1("sz")=true then
response.write Rs1("bz")
end if
Rs1.close
set Rs1=nothing
%>
SQL="select sz from cx where id=1"
set Rs1=conn.execute(SQL)
if Rs1("sz")=true then
response.write Rs1("bz")
end if
Rs1.close
set Rs1=nothing
%>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询