| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 353 人关注过本帖
标题:求助半个月都无法解决的问题.
只看楼主 加入收藏
hifisy
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2011-4-1
结帖率:50%
收藏
已结贴  问题点数:20 回复次数:2 
求助半个月都无法解决的问题.

希望得到帮助.可以的话请加我QQ:770774895

错误提示:
Microsoft JET Database Engine 错误 '80040e14'

语法错误 (操作符丢失) 在查询表达式 'id=' 中。

/produit/produit_add.asp,行 192

详情请看这个帖子.
https://bbs.bccn.net/thread-335366-1-1.html

[ 本帖最后由 hifisy 于 2011-4-3 01:48 编辑 ]
搜索更多相关主题的帖子: 表达式 
2011-04-03 01:46
hifisy
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2011-4-1
收藏
得分:0 
<%
if request("hid2")<>"" then
nowbigclass=request("bigclass")
nowsmallclass=request("smallclass")
nowtitle=request("title")
nowhuohao=request("huohao")
nowku=request("ku")
nowshulian=request("shulian")
nowdanwei=request("danwei")
nowprice=request("price")
if nowprice="" then
  nowprice=0
end if
nowprice1=request("price1")
if nowprice1="" then
  nowprice1=0
end if
nowprice2=request("price2")
if nowprice2="" then
  nowprice2=0
end if
nowguige=request("guige")
nowbaojin=request("baojin")
nowclass=request("class")
nowduihuan=request("duihuan")
nowtichen_type=request("tichen_type")
nowtichen=request("tichen")
nowphoto=request("photo")
nowbeizhu=request("beizhu")
nowid_login=request("id_login")
nowid_gys=request("id_gys")
nowgys=""
set rs_login=conn.execute("select * from login where id="&nowid_login)
set rs_gys=conn.execute("select * from gys where id="&nowid_gys)   /这是192行
if rs_gys.eof=false then nowgys=rs_gys("company")
sql="select * from produit where huohao='"&nowhuohao&"'"
set rs=conn.execute(sql)
if rs.eof=false then
%>
2011-04-03 01:48
爱·循环
Rank: 2
等 级:论坛游民
帖 子:5
专家分:28
注 册:2011-3-2
收藏
得分:20 
检查一下nowid_gys有没有值传过来。
2011-04-03 10:52
快速回复:求助半个月都无法解决的问题.
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.027443 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved