没有,我是自己写的SQL语句,嗨,你知道吗,就是那个SQL语句,老是报错,你看看,
conn.execute "update [nd_msg] set do_type="1" where [nd_title]='"&session("nd_title")&"' and [nd_depart]='"&(session("nd_depart"))&"'"
你说有错吗?
我无语了!
改成这样试试
conn.execute "update [nd_msg] set do_type='1' where [nd_title]='"&session("nd_title")&"' and [nd_depart]='"&(session("nd_depart"))&"'"
我觉得应该是标点符号的问题
"1"改成'1'试试