G
Guest
I am converting huge data sets into XmlTextDocument
DataSet ds = GetDataSetFromSomewhere()
string XmlText = ds.GetXml(); <-- Gives me "out of memory.." erro
What do I do? Is it a bug or just a limitation of the "string"
Any work around
Thank
Alexe
DataSet ds = GetDataSetFromSomewhere()
string XmlText = ds.GetXml(); <-- Gives me "out of memory.." erro
What do I do? Is it a bug or just a limitation of the "string"
Any work around
Thank
Alexe