日期参数传递问题
dim xingming,date1,date2xingming=request("paidan_name") ,在页面上的文本框中获取的值(须要传递的参数)
date1=request("baoxiu_date1") ,在页面上的文本框中获取的值(须要传递的参数)
date2=request("baoxiu_date2") ,在页面上的文本框中获取的值(须要传递的参数)
sql="select * from baoxiu where paidan_name like '%" & xingming & "%' and baoxiu_date between #"&date1&"# and #"&date2&"# order by baoxiu_date desc"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
Pama="&paidan_name="&xingming&"&date1="&date1&"&date2="&date2&""
翻页后的地址是:http://192.168.1.110/baoxiu_guanli.asp?Page=2&paidan_name=周伟&date1=2008-04-27&date2=2008-06-07
Pama 翻页时本页所带的参数。 如:Pama="&KeyWord=表情&Code=0101&Typeid=12"
请大家帮看看我的日期参数怎么传递过去,如果不用日期查询一切正常,加了日期就不行了,查询可以但是分页不行。另外还有查询时为什么总是要推后一天,就是如果查询1-6号数据时必须查询1-7号才完整。我的表内日期是年月日时分秒组成的。请高手指点指点,谢谢了!
[[it] 本帖最后由 qinyun 于 2008-6-7 15:56 编辑 [/it]]