主頁(yè) > 知識(shí)庫(kù) > asp 刪除數(shù)據(jù)庫(kù)記錄的代碼

asp 刪除數(shù)據(jù)庫(kù)記錄的代碼

熱門(mén)標(biāo)簽:濟(jì)源電銷(xiāo)外呼系統(tǒng)線(xiàn)路 武穴地圖標(biāo)注 地圖標(biāo)注陽(yáng)江 外呼線(xiàn)路批發(fā) java外呼系統(tǒng)是什么 創(chuàng)意電話(huà)機(jī)器人 石家莊慧營(yíng)銷(xiāo)外呼系統(tǒng) 梧州市地圖標(biāo)注 世界地圖標(biāo)注了哪些城市
刪除單條記錄
復(fù)制代碼 代碼如下:

id = saferequest("id")
sql="delete from table1 where whereid>"id""
rs.open sql,conn,1,3
response.write "script>alert('刪除成功');location.href='del.asp';/script>"
set rs=nothing
set conn=nothing

這是過(guò)濾非法字符函數(shù)
復(fù)制代碼 代碼如下:

function saferequest(paraname)
dim paravalue
paravalue=request(paraname)
if isnumeric(paravalue) = true then
saferequest=paravalue
exit function
elseif instr(lcase(paravalue),"select ") > 0 or instr(lcase(paravalue),"insert ") > 0 or instr(lcase(paravalue),"delete from") > 0 or instr(lcase(paravalue),"count(") > 0 or instr(lcase(paravalue),"drop table") > 0 or instr(lcase(paravalue),"update ") > 0 or instr(lcase(paravalue),"truncate ") > 0 or instr(lcase(paravalue),"asc(") > 0 or instr(lcase(paravalue),"mid(") > 0 or instr(lcase(paravalue),"char(") > 0 or instr(lcase(paravalue),"xp_cmdshell") > 0 or instr(lcase(paravalue),"exec master") > 0 or instr(lcase(paravalue),"net localgroup administrators") > 0 or instr(lcase(paravalue)," and ") > 0 or instr(lcase(paravalue),"net user") > 0 or instr(lcase(paravalue)," or ") > 0 or instr(lcase(paravalue),"""")>0 or instr(lcase(paravalue),"'")>0 then
response.write "請(qǐng)不要在函數(shù)中加入非法字符!"
response.end
else
saferequest=paravalue
end if
end function


批量刪除方法:
主要是利用for循環(huán)來(lái)實(shí)現(xiàn)。
復(fù)制代碼 代碼如下:

id=request.form("checkbox")
id=Split(id,",")
shu=0
for i=0 to UBound(id)
sql="select * from jiang_fname where id="id(i)
set rs=conn.execute(sql)
shu=shu+1
next
您可能感興趣的文章:
  • asp 刪除數(shù)據(jù)并同時(shí)刪除圖片的代碼

標(biāo)簽:揭陽(yáng) 滁州 來(lái)賓 唐山 甘南 迪慶 淮北 南寧

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