初学,哥哥姐姐帮忙啊!
<%newsid=request("id")
set rs_del=cn.execute("select pic from honor where id="&newsid)
if not isnull(rs_del("pic")) then
if not rs_del.eof then
set fso=server.createobject("scripting.filesystemobject")
fname=rs_del("pic")
end if
if fso.fileexists(server.mappath("/")&"\management\honor\upfile\"&fname) then
fso.deletefile(server.mappath("/")&"\management\honor\upfile\"&fname)
end if
end if
ADODB.Field 错误 '800a0bcd'
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/gsdj/english/management/techn/modifysave.asp,行55