How do I load a DataSet object from a string variable(loaded with xml data)? All of my documentation tells how to use a stream object and such, but no explanation for what I'm trying to do.
I tried to using xmldatadocument.loadxml, but this doesnt seem to affect the dataset property. I really feel stupid here, so be gentle.
I tried to using xmldatadocument.loadxml, but this doesnt seem to affect the dataset property. I really feel stupid here, so be gentle.