WriteXml() Problem
-
Hi I have a problem. I'm using a typed dataset. Lets call it dsMyData. When I call dsMyData.WriteXmlSchema(), it creates a schema showing me all the table in my database perfectly, BUT when I call dsMyData.WriteXml() it creates an XML file with only two lines of code at the top:
<?xml version="1.0" standalone="yes" ?> <_Workstation_aXYZDataSet xmlns="http://tempuri.org/_Workstation_aXYZDataSet.xsd" />
Why is this? Is my dataset not filled correctly? -
Hi I have a problem. I'm using a typed dataset. Lets call it dsMyData. When I call dsMyData.WriteXmlSchema(), it creates a schema showing me all the table in my database perfectly, BUT when I call dsMyData.WriteXml() it creates an XML file with only two lines of code at the top:
<?xml version="1.0" standalone="yes" ?> <_Workstation_aXYZDataSet xmlns="http://tempuri.org/_Workstation_aXYZDataSet.xsd" />
Why is this? Is my dataset not filled correctly?See title.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.