设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 78|回复: 1
打印 上一主题 下一主题

求助:?????

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-14 01:18:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
请问下面两行红色显示的代码有错误吗?


<!--#include file="config/conn.asp"-->
<%
area=request("area")
hangye=request("hangye")
zhineng=request("zhineng")
presstime=request("presstime")
corpname=request("corpname")
leibie=request("leibie")
%>
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from Job_Cleag inner join Job_Cleag_pressjob on Cleag_id=Job_id where job_flag=1"
if corpname<>" " then
if leibie="公司" then
sql=sql&"and Cleag_corpname like '%"&corpname&"%' "
else
if zhineng= " " then
sql=sql&" and Job_jobname like '%"&zhineng&"%' "
end if
end if
end if
if area<>" " then sql=sql&" and job_workplace='"&area&"' "
'if hangye<>" " then sql=sql&"and Job_jobdo='"&hangye&"' "
if zhineng<> " " then sql=sql&" and Job_jobdo='"&zhineng&"' "
if presstime<>" " then sql=sql& "and DateDiff('d',DateValue(Job_pressdate),DateValue(now()))='"&cint(presstime)&"' "
response.write sql
rs.open sql,conn,1,1 //此段显示错误
if rs.bof and rs.eof then
response.write "<script>alert('数据库中暂无您要的数据!');{window.location='index.asp'};</script>"
else
for i=1 to rs.recordcount
response.write "<br>"&(rs("Job_jobname"))
rs.movenext
next
end if
rs.close
set rs=nothing
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 20:27 , Processed in 0.116285 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表