| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 996 人关注过本帖
标题:时间类型数据怎样查询
只看楼主 加入收藏
hlc9279
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2004-9-21
收藏
 问题点数:0 回复次数:3 
时间类型数据怎样查询

removedate是日期型数据 thedate和thedate2是保存用户输入的的时间 我想查询某段时间的字段

sql=sql"and removedate>'"&thedate&"' and removedate<'"&thedate2&"'" 请问为什么出错~~“类型不匹配” 应该这样写 我把数据库改成日期型还是不 行

搜索更多相关主题的帖子: 类型 数据 时间 查询 
2004-09-21 19:31
hlc9279
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2004-9-21
收藏
得分:0 

lb=trim(request("lb")) bm=trim(request("bm")) str=replace(trim(request("str")),"'","''")'str和tiaojian这两个是查询时返回的 tiaojian=trim(request("tiaojian")) date1=trim(request("thedate")) date2=trim(request("thedate2")) if date1<>"" and date2<>"" then if cdate(date1)>cdate(date2) then thedate=date2 thedate2=date1 else thedate=date1 thedate2=date2 end if end if sql="select diaodong.*,zl_yuangong.bh as bh2,zl_yuangong.yg_name as yg_name2,zl_yuangong.id as id2,zl_yuangong.yg_sex as sex2,zl_yuangong.islizhi as islizhi2 from diaodong , zl_yuangong where diaodong.bh=zl_yuangong.bh " if lb<>"" then '所有类别人员,离职,在职,试用人员的调动情况 sql=sql & " and zl_yuangong.islizhi='"&lb&"'" end if if bm<>"" then '各个部门的调动情况 sql=sql & " and (newbm='"&bm&"' or oldbm='"&bm&"')" '点击左边部门进行查询 end if if trim(request("s"))<>"" then '根据条件进行查询 sql=sql & " and removedate>'"&thedate&"' and removedate<'"&thedate2&"'" if str<>"" then sql=sql & " and diaodong."&tiaojian&" like '%"&str&"%'" end if end if rs.open sql,conn,1,1 if rs.eof then response.write "<table><tr><td><br></br><center>暂无数据,请添加! "&sql&"</center><br></br></td></tr></table>" response.end end if if not rs.eof then 这是整段代码~~

2004-09-21 19:45
griefforyou
Rank: 6Rank: 6
等 级:贵宾
威 望:27
帖 子:3336
专家分:0
注 册:2004-4-15
收藏
得分:0 

1。哪行出错?

2。如果是Access数据库,日期数据要用#做分隔符

select * from table where f_date between #2004-1-1# and #2004-2-1#


天津网站建设 http://www./
2004-09-21 22:12
hlc9279
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2004-9-21
收藏
得分:0 

怪不得 我用的是access没加#~~

谢谢了,问题解决了

2004-09-22 09:30
快速回复:时间类型数据怎样查询
数据加载中...
 
   



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

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