Guest_imported
New member
- Jan 1, 1970
- 0
hi everyone,
We are in the process of designing a systemwhere the master data captured by the system should be available in XML. These files will be residing on a central location, accessed by various clients. We would also require that changes to the data should handle issues of concurrency, ie one user should not be allowed to change a master record when it is being changed by someone else. This is fairly simple to do had the data been residing in a database, but for reasons I dont want to get into, the client does not want a database in the picture. So is there any way that
a check for concurrency be implemented on XML files ?
Our team is new to XML and based on the little that we
know, this seems unlikely.
Would appreciate if anyone could help us out here.
Thanks!
We are in the process of designing a systemwhere the master data captured by the system should be available in XML. These files will be residing on a central location, accessed by various clients. We would also require that changes to the data should handle issues of concurrency, ie one user should not be allowed to change a master record when it is being changed by someone else. This is fairly simple to do had the data been residing in a database, but for reasons I dont want to get into, the client does not want a database in the picture. So is there any way that
a check for concurrency be implemented on XML files ?
Our team is new to XML and based on the little that we
know, this seems unlikely.
Would appreciate if anyone could help us out here.
Thanks!