[求助]看下这两句ASP代码有什么不同“????
A rs.open "select * from fenye where num="&jsbh,myconn,1,1
B rs.open "select * from fenye where num='"&jsbh&"'",myconn,1,1
大家看看上面两句有什么区别?A句正确,可B句错误,我认为是相同的
num=jsbh 和num='jsbh'不是相同的意思吗、
我以前用的这句
rs.open "select * from [user] where userid='"&userid&"'",myconn,3,3
都是正确的
为什么》???不解