|
ASP
Record
More detial or script code example
delete a Record or records(delete a raw data)
刪除符合的資料(刪除全列資料) Description: delete records from a Column's sell which is ___
刪除整列資料,而資料某欄位資料
必須完全符合條件值 
ASP
Record
More detial or script code example
update MoveNext
更新資料一筆接一筆 Description: update movenext

ASP
Record
More detial or script code example
modify update a row of data
更新一筆資料 Description: modify update a row of data
Update aTable set [whichField]=[new value]
where [columnName]=_____

ASP
Record
More detial or script code example
rs.movefirst ... rs.movenext ... wend
更新資料 Description: modify update
更新資料, 資料先在緩衝區, 再更新 
|