avoiding data lockups

  • Thread starter Thread starter tomb
  • Start date Start date
T

tomb

I wasn't sure which group was the correct one for this question.

I am in the design phase of an application, and I'm not sure about a
specific point about datasets and xml files.

Is it true, that multiple dataset objects can read from and write to the
same dataset xml file without causing any conflicts?

Thanks for your input.

Tom
 
Tom

If I understand your question well: xml files are just text files, therefore
the answer is "false".

Cor
 
Back
Top