On 19 Nov 2009, at 7:45pm, Sadnem wrote: > Well, I'm configuring my server to Download some folders to it and then > to upload them to another web and i was wondering how could i delete > that folders from the hdd once they were completely uploaded (thats when > the folder get marked with a 0 status) my problem is that i haven't made > all the code I'm using to do that and the infoabout the status of the > upload is stored in a sqlite database but my sqlite knowledge is null, I > hope you can understand it now.
The feature you're talking about cannot be done inside SQL at all. It must be done using whatever programming language you're using. You have called your code 'script' so you might be thinking of it as a script instead of a program, but either way you need to know how to use it to delete files and folders. For more help learn how to program using that programming language or, at the minimum, figure out what programming language you're using and ask in a place about that programming language rather than a list about SQLite. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users