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

2024年11月17日 22:44
有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位回答的都不正确,测试了还时不行的