[Microsoft][ODBC SQL Server Driver][SQL Server]第 1 行: '=' 附近有语法错误。 15

[Microsoft][ODBCSQLServerDriver][SQLServer]第1行:'='附近有语法错误。/news.asp,第21行<!--#includef... [Microsoft][ODBC SQL Server Driver][SQL Server]第 1 行: '=' 附近有语法错误。
/news.asp, 第 21 行
<!--#include file="top.asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<center>
<table border="0" width="760" cellspacing="0" cellpadding="0" height="312">
<tr>
<td width="190" height="312" valign="top" align="left">
<table border="0" width="190" cellspacing="0" cellpadding="0">
<tr>
<td width="190" valign="top" align="left"><!--#include file="left.asp"--></td>
</tr>
</table>
</td>
</center>
<td width="380" valign="top" align="left">
<table border="0" width="380" cellspacing="0" cellpadding="0" height="5">
<%
'查询获得指定新闻记录的信息
sql="select * from news where news_id="&request("news_id")
rs.open sql,conn,3,3

'如果记录集为空,显示该新闻记录不存在
if rs.eof then
response.write "此信息不存在或者已被删除"
Else
'显示该条新闻
%>
<tr>
<td width="380" bgcolor="#FF9A31" height="18"><%=rs("news_title")%>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#63CFFF"></td>
</tr>
<center>
<tr>
<td width="100%"><%=rs("news_content")%><p align=left>日期:<%=rs("news_date")%></td>
</tr>
<%
end if
rs.close
%>
</table>
</center>
</td>
<td width="190" valign="top" align="left">
<table border="0" width="190" cellspacing="0" cellpadding="0">
<tr>
<td width="190"><!--#include file="right.asp"--></td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="foot.asp"-->
展开
 我来答
百度网友6cf810b68
2009-03-17 · TA获得超过946个赞
知道大有可为答主
回答量:1403
采纳率:0%
帮助的人:1533万
展开全部
sql="select * from news where news_id="&request("news_id")

应该是这些的问题

你get有没有传值 过来?

request("news_id") 有没有值?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式