ASP怎样把字符串转为时间格式当中的年份
sql1="select*fromCustomerwhereYear("&myname&")='"&CDate(mydate)&"'"怎样才能让这条语句成立,myanam...
sql1="select * from Customer where Year("&myname&")='"&CDate(mydate)&"'"
怎样才能让这条语句成立,myaname是url传过来的时期字段名,mydate是url传过来的年份
问题解决了,不是语句本身的问题,多谢谢各位的解答! 展开
怎样才能让这条语句成立,myaname是url传过来的时期字段名,mydate是url传过来的年份
问题解决了,不是语句本身的问题,多谢谢各位的解答! 展开
展开全部
既然mydate已经是年份了,就不要 cdate了,
sql1="select * from Customer where Year("&myname&")='"&mydate&"'"
如果传过来的是日期,就加个YEAR
sql1="select * from Customer where Year("&myname&")='"&year(CDate(mydate))&"'"
sql1="select * from Customer where Year("&myname&")='"&mydate&"'"
如果传过来的是日期,就加个YEAR
sql1="select * from Customer where Year("&myname&")='"&year(CDate(mydate))&"'"
追问
发现用CDate(mydate)转换后时间不对了,比如mydate=2014时,CDate(mydate)转换过来结果是1905-7-9,原因何在?
展开全部
要看你用的什么数据库。year这个函数不一定是有效的,
追问
sql1="select * from Customer where year("&myname&")='"&mydatee&"'"
改成这样的了,但单独在一个新文件里能执行,放到原文件里就不行,搞不明白了!数据库为Access
追答
year返回的是整数类型。所以你的条件后面比较的应该是个整数类型,把mydate外面的两个单引号去掉试试。where year("&myname&")="&mydate
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询