G
Guest
Hi All
I'm developing ADO .NET application.
I have dataset inside my code and I write an XML file from my dataset.
After that, I write program test to create type dataset from that XML file. I create new type dataset and use ReadXml method to load data from an XML file but there is an error occur. I try to use normally dataset and use ReadXml method to load data, it success
Is there anybody can help me solve this problem?
Or introduce me what should I do if I need to use type dataset and an XML file with my program
Thanks
KP
I'm developing ADO .NET application.
I have dataset inside my code and I write an XML file from my dataset.
After that, I write program test to create type dataset from that XML file. I create new type dataset and use ReadXml method to load data from an XML file but there is an error occur. I try to use normally dataset and use ReadXml method to load data, it success
Is there anybody can help me solve this problem?
Or introduce me what should I do if I need to use type dataset and an XML file with my program
Thanks
KP