首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

批量批改某一字段

2012-10-27 
批量修改某一字段%dim id,sql,rs,topcolortopcolorRequest.Form(topcolor)Set rsServer.CreateObject

批量修改某一字段

<%dim id,sql,rs,topcolortopcolor=Request.Form("topcolor")Set rs=Server.CreateObject("adodb.recordset") SQL="select topcolor from table"rs.Open SQL,Conn,1,3Do While Not rs.eofrs("topcolor")=topcolorrs.updaters.MoveNextLooprs.CloseResponse.Redirect("aaa.asp")%>

热点排行