Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How do I populate a Strongly Typed DataSet with XML

How do I populate a Strongly Typed DataSet with XML

Scheduled Pinned Locked Moved Visual Basic
questionregexxml
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    penguin5000
    wrote on last edited by
    #1

    I am trying to populate a table in a strongly typed dataset used for the ReportViewer. I want to read in an XML file which was created manually using ds.WriteXML. The strongly typed dataset has been created to match the structure of the XML file written with ds.WriteXML. How do I read in the XML file, and populate the table within the dataset used for the ReportViewer?

    M 1 Reply Last reply
    0
    • P penguin5000

      I am trying to populate a table in a strongly typed dataset used for the ReportViewer. I want to read in an XML file which was created manually using ds.WriteXML. The strongly typed dataset has been created to match the structure of the XML file written with ds.WriteXML. How do I read in the XML file, and populate the table within the dataset used for the ReportViewer?

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      oDS.ReadXml(sfilename)

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups