M
Mystery Man
Hi
I am experimenting with XML files that contain data sets created using
the WriteXML method available with the DataSet type.
Reading in the whole file is simple using the corresponding ReadXML
method. However, what I really want to do is simply read in the parts
of the file based on a very simple SELECT clause. I want to do this
because these files are quite large and (a) it is too slow (b) they
take up too much memory once loaded.
For example, if the dataset contained code/value pairs, can I somehow
get the code/value pairs if the code was greater than a particular
value.
I am unsure if XMLReader will do the trick?
I am experimenting with XML files that contain data sets created using
the WriteXML method available with the DataSet type.
Reading in the whole file is simple using the corresponding ReadXML
method. However, what I really want to do is simply read in the parts
of the file based on a very simple SELECT clause. I want to do this
because these files are quite large and (a) it is too slow (b) they
take up too much memory once loaded.
For example, if the dataset contained code/value pairs, can I somehow
get the code/value pairs if the code was greater than a particular
value.
I am unsure if XMLReader will do the trick?