jsp查询当前月份的记录
select * from mainTable where datediff(month,inputDate,getdate())=0
时间字段为inputDate
为什么没有结果
没有datediff(month,inputDate,getdate())=0的记录就没结果呗
你先看一下datediff(month,inputDate,getdate())的值
select datediff(month,inputDate,getdate()) from mainTable
有记录啊,
select * from mainTable where month(inputDate)='10'就有结果啊
用这个试试
select * from mainTable where datediff(month,inputDate,CONVERT(varchar(10),getDate(),120))=0
还是没有结果,郁闷啊
不好意思啊,我忘说是jsp+access了,
jsp里也可以写java代码啊
相关问答:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jas ......
JSP中要从数据库里面读取数据 每页显示5条数据,要进行翻页,还要返回前一页 该怎么实现啊
用的什么数据库呢???
MYSQL
....谢谢 我先看看代码
http://my.donews.com/benz/2006/10/21/YnmQXKsKWNgKiTJ ......
比如说DB.class是在包com/zhl/jdbc下的
那么DB.class放在什么地方 如果用<jsp:useBean id="d" class=""/>来引入bean 那么class属性应该怎么写
需不需要像servlet那样还要配置web.xml的& ......
第一个:jsp做截图简单,还是asp做截图简单!
第二个:我使用jsp截图,jsp截图在服务器端截图,不是在客户端截图,我要的是客户端截图!
就相当与QQ截图一样,截完图并包图片的信息保存在数据库中,然后显示在页面 ......