[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"--> 展开
/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"--> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询