标题:求助 一个时间查询 问题 急急
只看楼主
阳光白雪
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:39
帖 子:2220
专家分:0
注 册:2005-11-18
得分:0 
dim thedate
thedate=request("thedate")
'如果数据库中的intime是yyyy-m-n 00:00:00格式就用下面的
thedate=thedate&"-12 00:00:00"
'如果数据库中的intime是yyyy-m-n格式就用下面的
thedate=thedate&"-12"
sql="select * from main where datediff('m',intime,'"&thedate&"')=0 and datediff('yyyy',intime,'"&thedate&"')=0"

专注于WEB前端交互平台开发:[url=http://blog./]blog.[/url](富客户端技术(RIA)交流平台)
2005-12-03 13:29
yslhn
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2005-11-29
得分:0 
dim thedate
thedate=request("thedate")
thedate=thedate&"-12 00:00:00"
sql="select * from main where datediff('m',intime,'"&thedate&"')=0
sql=sql&" order by shiyongren asc"
Set rs=Server.CreateObject("adodb.recordset")
rs.Open sql,conn,1,1
报错
说rs.Open sql,conn,1,1
这行不支持
Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)
ODBC 驱动程序不支持所需的属性。
2005-12-04 00:03
yslhn
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2005-11-29
得分:0 
dim thedate
thedate="2005-12"
thedate=thedate&"-12 00:00:00"
sql="select * from main where datediff('m',intime,'"&thedate&"')=0
sql=sql&" order by shiyongren asc"
Set rs=Server.CreateObject("adodb.recordset")
rs.Open sql,conn,1,1
这样就没有问题
谁能告诉我啊
2005-12-04 00:16
盖茨他爹
Rank: 6Rank: 6
等 级:贵宾
威 望:28
帖 子:5255
专家分:0
注 册:2005-5-3
得分:0 
thedate=cint(request("thedate"))
这样试试
2005-12-04 00:27



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-35801-1-1.html




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

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