Typed DataSet and XmlDataDocument in VS/VB .NET 2003

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Gabe (ggraur_at_pentaxvision.com)
Date: 05/18/04

  • Next message: William Ryan eMVP: "Re: Data Limitations"
    Date: Tue, 18 May 2004 13:06:05 -0700
    
    

    Typed DataSet is generating DataSetName as a Root node when I write XmlDataDocument.WriteTo(writer).
    I found a way around it (using SelectSingleNode) but I cannot find the solution when loading XmlDataDocument linked to a similar typed DataSet, from an XML file that doesn't have that DataSetName as a Root node.
    Both DataSets were auto-generated based on Schemas added to the project.
    Thank you.


  • Next message: William Ryan eMVP: "Re: Data Limitations"