N
nottop
Unregistered / Unconfirmed
GUEST, unregistred user!
我的代码如下:
set rs=conn.execute("select * from now where code=" &
"1234567")
以上代码运行成功
set rs=conn.execute("select * from now where code=" &
request("para1"))
以上代码运行失败
为什么啊???
set rs=conn.execute("select * from now where code=" &
"1234567")
以上代码运行成功
set rs=conn.execute("select * from now where code=" &
request("para1"))
以上代码运行失败
为什么啊???