读书人

批量批改某一字段

发布时间: 2012-10-27 10:42:26 作者: rapoo

批量修改某一字段

<%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")%>

读书人网 >编程

热点推荐