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. Web Development
  3. ASP.NET
  4. storing data into xml file from asp.net app

storing data into xml file from asp.net app

Scheduled Pinned Locked Moved ASP.NET
databasecsharpasp-netoraclexml
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.
  • G Offline
    G Offline
    gopalkatla
    wrote on last edited by
    #1

    How to store and display data into xml file insted of sql or oracle DB from asp.net application Thanks in Adv

    V 1 Reply Last reply
    0
    • G gopalkatla

      How to store and display data into xml file insted of sql or oracle DB from asp.net application Thanks in Adv

      V Offline
      V Offline
      Venk259
      wrote on last edited by
      #2

      Hi gopalakatla, You can store & retrieve data to xml file using dataset object. In the DataSet class, WriteXml() method which take file name as argument is used to write data as xml data to the file. Through ReadXml() method which take file name as argument is used to read or loaded xml data to DataSet object. If you want operation similar to sql or oracle i.e using query, then you have to write a separate utility class for doing query operation.

      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