I
info
Hi There!
First i developped a little testapp in VS.NET 2005 Beta.
I've to process an XML FIle. this worked int he following way fine:
Getting an DataSet of the XML File via ReadXML().
Then getting the Datatable .
on the Datatable I executed CreateReader() to get an Datareader so that
i can walk through the rows of the XML FIle.
Now in CF 1 I can't anymore create an Datareader of the Dataset , is
this right ? What am I doing wrong ? What do I have to adjust?
Thanks
First i developped a little testapp in VS.NET 2005 Beta.
I've to process an XML FIle. this worked int he following way fine:
Getting an DataSet of the XML File via ReadXML().
Then getting the Datatable .
on the Datatable I executed CreateReader() to get an Datareader so that
i can walk through the rows of the XML FIle.
Now in CF 1 I can't anymore create an Datareader of the Dataset , is
this right ? What am I doing wrong ? What do I have to adjust?
Thanks