主頁(yè) > 知識(shí)庫(kù) > ASP批量更新代碼

ASP批量更新代碼

熱門標(biāo)簽:宿州防封外呼系統(tǒng)平臺(tái) 友邦互聯(lián)電銷機(jī)器人違法嗎 外呼系統(tǒng)怎么話費(fèi) 滴滴地圖標(biāo)注上車點(diǎn) 無營(yíng)業(yè)執(zhí)照地圖標(biāo)注教學(xué) 電銷機(jī)器人采購(gòu) 高質(zhì)量的電銷外呼系統(tǒng) 硅基電話機(jī)器人加盟 地圖標(biāo)注還可以做嗎
!--#include file="../Conn.asp"-->
%
set rs=server.createobject("adodb.recordset")
sql="select * from article where bigtypes='我愛你'order by id desc"   找出數(shù)據(jù)庫(kù)內(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 = folderfname

rs("filepath")=c_filepath
rs.update

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

%
set rs=server.createobject("adodb.recordset")
sql="select * from article where bigtypes='我愛你'order by id desc"   找出數(shù)據(jù)庫(kù)內(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 = folderfname

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

rs.movenext
loop
end if
response.redirect "成功....."
%>
您可能感興趣的文章:
  • 完美解決ASP 不能更新。數(shù)據(jù)庫(kù)或?qū)ο鬄橹蛔x。
  • asp.net 用戶在線退出更新實(shí)現(xiàn)代碼
  • asp.net(c#)程序版本升級(jí)更新的實(shí)現(xiàn)代碼
  • sql server中批量插入與更新兩種解決方案分享(asp.net)
  • asp.net中g(shù)ridview的查詢、分頁(yè)、編輯更新、刪除的實(shí)例代碼
  • SqlCommandBuilder如何實(shí)現(xiàn)批量更新
  • SqlCommandBuilder類批量更新excel或者CSV數(shù)據(jù)的方法

標(biāo)簽:廣元 錫林郭勒盟 七臺(tái)河 新余 宣城 雅安 江門 儋州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP批量更新代碼》,本文關(guān)鍵詞  ASP,批量,更新,代碼,ASP,批量,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP批量更新代碼》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于ASP批量更新代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章