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




Reply With Quote