You'd have no record locking, and multiuser access would be unreliable. Basically, you'd have to read the XML file into a dataset at runtime. Until you decided to write it again, the XML file would stay static. IF another user opens the XML file, then you make a change and write it, his...