spl="update "&CategoryName&"_SoftInfo set "&CategoryName&"_SoftInfo.SubcateName='"&trim(rs("SubCateName"))&"' where "&CategoryName&"_SoftInfo.SoftID="&request("SoftID")
你的字符串里面引号用很迷糊.多练练吧.有些是asp的东西.不应试跟sql混为一起
spl=\"update \"& CategoryName &\"_SoftInfo set \"& CategoryName &\"_SoftInfo.SubcateName=\"& trim(rs(\"SubCateName\")) &\" where \"&CategoryName&\"_SoftInfo.SoftID=\"& cstr(request(\"SoftID\"))
可以把你的sql取出来看看吗?
应该是sql写错了