ASP语法错误 (操作符丢失) 在查询表达式'××id=' 中
MicrosoftJETDatabaseEngine(0x80040E14)语法错误(操作符丢失)在查询表达式'ypxxtwo_id='中。/co/co1/top.asp...
Microsoft JET Database Engine (0x80040E14)
语法错误 (操作符丢失) 在查询表达式 'ypxxtwo_id=' 中。
/co/co1/top.asp, 第 21 行
……
<%id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from yp where key<>0 and key<>2 and key1=true and id="&id
rs.open sql,conn,1,1
if rs.eof then
response.write"<script>alert('对不起,此企业不存在或已被管理员关闭\n\n如有问题请及时和我们联系');window.open('../../index.asp','_self');</script>"
response.end
else
conn.execute("update yp Set htc=htc+1 where id="&id)
%>
<%set rs1=server.createobject("adodb.recordset")
sql1="select * from hytwo where ypxxtwo_id="&rs("ypxxtwo_id")
rs1.open sql1,conn,1,1
ypxxone=rs1("ypxxone")
ypxxtwo=rs1("ypxxtwo")
rs1.close%>
<%set rs1=server.createobject("adodb.recordset")
sql1="select * from ypaddtwo where addtwo_id="&rs("addtwo_id")
rs1.open sql1,conn,1,1
addone=rs1("addone")
addtwo=rs1("addtwo")
rs1.close%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
如StevenWong_BD言,如果不能保证rs("ypxxtwo_id")一定有值,能有什么方法杜绝出错? 展开
语法错误 (操作符丢失) 在查询表达式 'ypxxtwo_id=' 中。
/co/co1/top.asp, 第 21 行
……
<%id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from yp where key<>0 and key<>2 and key1=true and id="&id
rs.open sql,conn,1,1
if rs.eof then
response.write"<script>alert('对不起,此企业不存在或已被管理员关闭\n\n如有问题请及时和我们联系');window.open('../../index.asp','_self');</script>"
response.end
else
conn.execute("update yp Set htc=htc+1 where id="&id)
%>
<%set rs1=server.createobject("adodb.recordset")
sql1="select * from hytwo where ypxxtwo_id="&rs("ypxxtwo_id")
rs1.open sql1,conn,1,1
ypxxone=rs1("ypxxone")
ypxxtwo=rs1("ypxxtwo")
rs1.close%>
<%set rs1=server.createobject("adodb.recordset")
sql1="select * from ypaddtwo where addtwo_id="&rs("addtwo_id")
rs1.open sql1,conn,1,1
addone=rs1("addone")
addtwo=rs1("addtwo")
rs1.close%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
如StevenWong_BD言,如果不能保证rs("ypxxtwo_id")一定有值,能有什么方法杜绝出错? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询