代码问题
请教各位高手,以下两种代码有何区别呢?它们表示正确吗?1: sql="select * from waitforpass where ifpass=0 and passuserid="&request.cookies("userid")
2:
sql="select * from waitforpass where ifpass=0 and passuserid='"&request.cookies("userid")&"'"
再有,数字与字段如何转换呢?
2010-07-28 17:20
2010-07-29 09:02
2010-08-02 07:59
2010-08-02 15:16
2010-08-03 08:17