R
rocio
I'm writting an application that uses as a Database a XML file. The user
queries & modifies this database. But I'm using pure xml DOm for this
purpose, to read & write elements in the XML file.
I know I can load this XML to a dataset and do the same things but now
working with a Dataset.
My question is: what is more efficient? Working with pure XML is a little
bit slow, but I'm just wondering what are your thoughts in this issue.
queries & modifies this database. But I'm using pure xml DOm for this
purpose, to read & write elements in the XML file.
I know I can load this XML to a dataset and do the same things but now
working with a Dataset.
My question is: what is more efficient? Working with pure XML is a little
bit slow, but I'm just wondering what are your thoughts in this issue.