Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Re: File delete


Message #1 by "usman darsot" <usman.darsot@c...> on Fri, 7 Jun 2002 10:02:04
> Use ADO to delete the record from the database
Use the File System Object to delete the file from the file system.

Just put the code for one after the other.

Cheers
Ken

---------------------------------------------------------------------------
hi

im not 100% sure what u mean.
i can delete the record this way <% Reclink = "delete.asp?id="& myRS("ID") 
%>

yet when i put he dleste file in it does not work
<% Reclink = "delete_test_2.asp?id="& myRS("ID") &"&file=x:/x/x/x/x/"& myRS
("Descriptions") %>

can u help me any further??

Thanks

  Return to Index