How much data are you looking at logging to the database? If there is a lot, you may run into performance issues as the script waits for the writing to Access to finish. The other downside is that it ...
I am working on a script which uses wget to pull down an AV DAT file from Symantec's FTP. I plan on running this script a couple of times a day.<BR><BR>Basically, the script needs to delete any ...