asp的更新报操作必须使用一个可更新的查询。怎么解决这个问题
Setrsguidang=Server.CreateObject("ADODB.RecordSet")sqlguidang="updatenewssetisguidang...
Set rsguidang = Server.CreateObject("ADODB.RecordSet")
sqlguidang = "update news set isguidang=1 where id="&newsID
rsguidang.open sqlguidang,conn,1,3
rsguidang.update
rsguidang.close
set rsguidang=nothing 展开
sqlguidang = "update news set isguidang=1 where id="&newsID
rsguidang.open sqlguidang,conn,1,3
rsguidang.update
rsguidang.close
set rsguidang=nothing 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询