asp+access数据库问题
在删除一个产品时,只是删除了这个产品在数据库中保留的数据,但是上传的图片还在,如何编写asp代码同时将图片也删除啊????请高手指点...
在删除一个产品时,只是删除了这个产品在数据库中保留的数据,但是上传的图片还在,如何编写asp代码同时将图片也删除啊????请高手指点
展开
1个回答
展开全部
filepath="图片路径地址"
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Server.mappath(filepath))
Set fso = nothing
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Server.mappath(filepath))
Set fso = nothing
更多追问追答
追问
if selectproductid"" then
conn.execute "delete from products where productid in ("&selectproductid&")"
response.Redirect "manageproducts.asp"
response.End
end if%>
这是我的代码 怎么把你写的代码加到里面去
追答
你这里的selectproductid是一个值,还是一个数组的。
因为这里的值影响上面删除的语句的。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询