Sharing a XmlDocument object in other classes
Dear friends,
I am using a xml file for storing 4 tables.
4 classes are used for each tables for CRUD.
methods in these classes are using a local XmlDocument object for accessing xml file for reading and updating.
some times it showing error "file is used by other process"
Is there any design patterns like for managing the access to the xml file
expecting your valuable suggestions
with Regards,
Siby TP
|