S
Scott McNair
I have an app that a tiny xml file for each transaction. These files are
put in a pick-up folder for another app which takes the xml files out of
the pick-up folder and processes them.
My question is a simple (and perhaps stupid) one: when DataSet.WriteXML
executes, does it (A) write the XML file in a temp folder and then transfer
it to my target, or (B) write the XML file directly to the target?
My reason for asking is because I don't want to run into a situation where
my polling app is trying to pick up a file that my main app is in the
middle of writing.
put in a pick-up folder for another app which takes the xml files out of
the pick-up folder and processes them.
My question is a simple (and perhaps stupid) one: when DataSet.WriteXML
executes, does it (A) write the XML file in a temp folder and then transfer
it to my target, or (B) write the XML file directly to the target?
My reason for asking is because I don't want to run into a situation where
my polling app is trying to pick up a file that my main app is in the
middle of writing.