(ASP & XML) reading files too fast? **Resolved**
I'm looping through some xml files, adding (or updating) the data to the database, then moving the file to a different folder. I think it is going to fast and messing up... is there a way to slow it down?
my loop is just a for loop (for each item in objFolder.Files)
thanks
michael
Re: (ASP & XML) reading files too fast?
Quote:
Originally posted by msimmons
I'm looping through some xml files, adding (or updating) the data to the database, then moving the file to a different folder.
:)
it seems to be fine now though... I was just writing my 'alert' wrong (oops)