A simple question about DataSet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Johansson

    A simple question about DataSet

    Hello!

    A DataSet is using XML to represent data that is stored locally.

    I just wonder how can I look at these XML data that describe the DataSet?

    //Tony


  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: A simple question about DataSet

    The DataSet class has two built-in methods, ReadXml and WriteXml. Play around
    with those and you will achieve XML nirvana.
    -- Pete
    To be a success, arm yourself with the tools you need and learn how to use
    them.

    Site: http://www.eggheadcafe.com




    "Tony Johansson" wrote:
    Hello!
    >
    A DataSet is using XML to represent data that is stored locally.
    >
    I just wonder how can I look at these XML data that describe the DataSet?
    >
    //Tony
    >
    >
    >

    Comment

    Working...