Hi all,
I would like to know if it is possible to use an XML file as a database. If so, what concerns are there about record locking (multiuser access)?
The reason I need to do an XML file and not a normal relational DB is because each site where my program will be installed will store different information so the tables would be different, sometimes each record would have different data (as information that needs to be saved would change over time).
Should I use SQL Server and just make a table with a large field and store the XML document in there?
Thanks.
I would like to know if it is possible to use an XML file as a database. If so, what concerns are there about record locking (multiuser access)?
The reason I need to do an XML file and not a normal relational DB is because each site where my program will be installed will store different information so the tables would be different, sometimes each record would have different data (as information that needs to be saved would change over time).
Should I use SQL Server and just make a table with a large field and store the XML document in there?
Thanks.