WriteXml only writes 1 table out of 4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajeev Bhalla

    WriteXml only writes 1 table out of 4

    Hello - I have a dataset with multiple tables
    When I do a dataset.WriteXm l("foo.xml") I only get one of my four
    tables written in the XML

    Any ideas?


  • Martin Honnen

    #2
    Re: WriteXml only writes 1 table out of 4

    Rajeev Bhalla wrote:
    Hello - I have a dataset with multiple tables
    When I do a dataset.WriteXm l("foo.xml") I only get one of my four
    tables written in the XML
    >
    Any ideas?
    How do you determine the number of tables in your DataSet? Have you
    loaded a schema into your DataSet first? If so how does that schema look?


    --

    Martin Honnen --- MVP XML

    Comment

    Working...