asp中使用update语句更新access数据库怎么做?

2024-11-26 07:24:05
推荐回答(3个)
回答1:

spl="update "&CategoryName&"_SoftInfo set "&CategoryName&"_SoftInfo.SubcateName='"&trim(rs("SubCateName"))&"' where "&CategoryName&"_SoftInfo.SoftID="&request("SoftID")

你的字符串里面引号用很迷糊.多练练吧.有些是asp的东西.不应试跟sql混为一起

回答2:

spl=\"update \"& CategoryName &\"_SoftInfo set \"& CategoryName &\"_SoftInfo.SubcateName=\"& trim(rs(\"SubCateName\")) &\" where \"&CategoryName&\"_SoftInfo.SoftID=\"& cstr(request(\"SoftID\"))

回答3:

可以把你的sql取出来看看吗?

应该是sql写错了