请高手帮忙
sql="update [notes] set heading='"heading&"', isopen='"&isopen&"', content='"&content&"' where id='"&id&"'"
conn.execute(sql)
错误类型:
Microsoft VBScript 编译器错误 (0x800A0401)
语句未结束
/notedeal.asp, line 46, column 34
sql="update [notes] set heading='"heading&"', isopen='"&isopen&"', content='"&content&"' where id='"&id&"'"
---------------------------------^