Typed DataSet and XML
-
Hi I'm using a typed dataset which was generated for me by adding a new data source via the visual studio wizard. My problem is, when I call the WriteXml method on my dataset (e.g. dsDemo.WriteXml) it creates an XML file yes, but the only thing in the XML file is the following: <?xml version="1.0" standalone="yes" ?> <_Workstation_aXYZDataSet xmlns="http://tempuri.org/\_Workstation\_aXYZDataSet.xsd" /> Why does it not show all my table data?
-
Hi I'm using a typed dataset which was generated for me by adding a new data source via the visual studio wizard. My problem is, when I call the WriteXml method on my dataset (e.g. dsDemo.WriteXml) it creates an XML file yes, but the only thing in the XML file is the following: <?xml version="1.0" standalone="yes" ?> <_Workstation_aXYZDataSet xmlns="http://tempuri.org/\_Workstation\_aXYZDataSet.xsd" /> Why does it not show all my table data?
Did you add any data to the dataset?
"We make a living by what we get, we make a life by what we give." --Winston Churchill