Published in: ASP
dim sId: sId = request.form("Id") dim arrId,iRow,iId,iCount arrId = split(sId,",") iCount = 0 for iRow = 0 to ubound(arrId ) iId = arrId(iRow) if len(iId) > 0 then oConn.execute("delete from table where id = " & iId) iCount = iCount + 1 end if next
You need to login to post a comment.
