asp中使用update语句更新access数据库怎么做?
<tdclass="forumRowHighlight">所属科室:</td><tdclass="forumRow"><selectname="subcateid"siz...
<td class="forumRowHighlight">所属科室:</td>
<td class="forumRow">
<select name="subcateid" size="1">
<%
if isedit or cateid<>"" then
sql="select * from "&CategoryName&"_SubCate where cateid="&cateid
else
sql="select * from "&CategoryName&"_SubCate"
end if
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "没有小类"
else
do while not rs.eof
if subcateid=cstr(rs("subcateid")) then
sel="selected"
else
sel=""
end if
response.write "<option " & sel & " value='"&cstr(rs("subcateid"))&"'>" + trim(rs("SubCateName")) + "</option>"
rs.MoveNext
Loop
end if
spl="update "&CategoryName&"_SoftInfo set "&CategoryName&"_SoftInfo.SubcateName=trim(rs("SubCateName")) where ""&CategoryName&"_SoftInfo.SoftID=cstr(request("SoftID"))
rs.close
%>
</select>
<font color="#FF0000">!</font> </td>
我想把表 Subcate 中字段SubcateName(中文名)更新到SoftInfo中字段SubcateName,应该怎么写?
上面的代码总是有错误
Microsoft VBScript 编译器错误 错误 '800a0401'
语句未结束
/wsyy/Admin_PeopleInfo.Asp,行350
spl="update "&CategoryName&"_SoftInfo set "&CategoryName&"_SoftInfo.SubcateName=trim(rs("SubCateName")) where ""&CategoryName&"_SoftInfo.SoftID=cstr(request("SoftID")) 展开
<td class="forumRow">
<select name="subcateid" size="1">
<%
if isedit or cateid<>"" then
sql="select * from "&CategoryName&"_SubCate where cateid="&cateid
else
sql="select * from "&CategoryName&"_SubCate"
end if
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "没有小类"
else
do while not rs.eof
if subcateid=cstr(rs("subcateid")) then
sel="selected"
else
sel=""
end if
response.write "<option " & sel & " value='"&cstr(rs("subcateid"))&"'>" + trim(rs("SubCateName")) + "</option>"
rs.MoveNext
Loop
end if
spl="update "&CategoryName&"_SoftInfo set "&CategoryName&"_SoftInfo.SubcateName=trim(rs("SubCateName")) where ""&CategoryName&"_SoftInfo.SoftID=cstr(request("SoftID"))
rs.close
%>
</select>
<font color="#FF0000">!</font> </td>
我想把表 Subcate 中字段SubcateName(中文名)更新到SoftInfo中字段SubcateName,应该怎么写?
上面的代码总是有错误
Microsoft VBScript 编译器错误 错误 '800a0401'
语句未结束
/wsyy/Admin_PeopleInfo.Asp,行350
spl="update "&CategoryName&"_SoftInfo set "&CategoryName&"_SoftInfo.SubcateName=trim(rs("SubCateName")) where ""&CategoryName&"_SoftInfo.SoftID=cstr(request("SoftID")) 展开
3个回答
展开全部
spl=\"update \"& CategoryName &\"_SoftInfo set \"& CategoryName &\"_SoftInfo.SubcateName=\"& trim(rs(\"SubCateName\")) &\" where \"&CategoryName&\"_SoftInfo.SoftID=\"& cstr(request(\"SoftID\"))
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以把你的sql取出来看看吗?
应该是sql写错了
应该是sql写错了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询