ashishraj14
Programmer
How can I read a large xml file containing blob fields? I have an xml file that store information about products including 5 images for each product. I am getting Out of Memory Exception when I try populate Dataset using ReadXml() method. Why am I getting this exception when I am running on machine with more than 2GB of memory?
Xml file is the backup of the database and I need to restore records to a new database using this xml file. Is there any way to batch read the xml file?
Thanks
Xml file is the backup of the database and I need to restore records to a new database using this xml file. Is there any way to batch read the xml file?
Thanks