|
蓝森林 http://www.lslnet.com 2006年8月25日 8:28
update问题,请高手帮忙,在线等!
shop=trim(request("shop"))
sname=trim(request("sname"))
conn.execute("update ck set Shop=“&sname&” where Shop like '%"&shop&"%'")
报错提示:至少一个参数没有被指定值。
shop 字段,表单递交的参数名称均没错。
请高手赐教!是什么原因?在线等。。。 |
[code]
("update ck set Shop='“&sname&”' where Shop like '%"&shop&"%'")
[/code] |
真是太谢谢了。。
唉~~~~我测试了好多次,就没想到这样改。。
|
|