在asp页面中,这个判断语句该怎么写呢?

2024-11-17 22:44:57
推荐回答(4个)
回答1:

shijian=request.Form("shijian")
banci=request.Form("banci")

sql="select * from cltj where shijian=#'"&shijian&"'# and banci='"&banci"&"'"
rs.open sql,conn,1,3
if not rs.eof then
response.Write ""
response.write ""
response.end
else

SQL里面不要放获取函数

回答2:

要把时间分开成年,月,日 之后在去判断
shijian=request.Form(\"shijian\")
这样的话会精确到分钟,所以就没有满足的条件

回答3:

datediff可以判断时间间隔.

回答4:

上面3位回答的都不正确,测试了还时不行的