国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

ASP批量更新代碼

2020-07-27 13:01:17
字體:
供稿:網(wǎng)友
<!--#include file="../Conn.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from article where bigtypes='我愛你'order by id desc"   找出數(shù)據(jù)庫內(nèi)類別為我愛你的所有數(shù)據(jù)
rs.open sql,conn,1,3
if not rs.eof then
do while not rs.eof
fname = rs("id")&".html"
folder = "../html/Info/"
c_filepath = folder&fname

rs("filepath")=c_filepath
rs.update

rs.movenext
loop
end if
response.redirect "成功....."
%>
解決方法:
復制代碼 代碼如下:

<%
set rs=server.createobject("adodb.recordset")
sql="select * from article where bigtypes='我愛你'order by id desc"   找出數(shù)據(jù)庫內(nèi)類別為我愛你的所有數(shù)據(jù)
rs.open sql,conn,1,3
if not rs.eof then
do while not rs.eof
fname = rs("id")&".html"
folder = "../html/Info/"
c_filepath = folder&fname

conn.execute("update article set filepath='"&c_filepath&"' where id="&rs("id"))

rs.movenext
loop
end if
response.redirect "成功....."
%>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 达孜县| 思茅市| 城市| 遂川县| 闽清县| 门头沟区| 福清市| 原阳县| 政和县| 漳州市| 枣庄市| 黄浦区| 金门县| 无极县| 同仁县| 柞水县| 林芝县| 来安县| 岐山县| 宁安市| 三门峡市| 林甸县| 新民市| 大足县| 砚山县| 镇沅| 滁州市| 巴彦淖尔市| 武汉市| 桦川县| 宝坻区| 望都县| 阿拉尔市| 聂拉木县| 金门县| 龙山县| 富源县| 鄯善县| 伽师县| 扎兰屯市| 泰宁县|