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. XML / XSL
  4. Writing xml as a DiffGram

Writing xml as a DiffGram

Scheduled Pinned Locked Moved XML / XSL
visual-studioxmlhelp
1 Posts 1 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.
  • S Offline
    S Offline
    steve_rm
    wrote on last edited by
    #1

    Hello, VS 2005 I am using a dataset to write to an xml file using the following dim dsIncidents as new Dataset() dsIncidents.WriteXML(xmlIncidentFile, XmlWriteMode.DiffGram) I use a different dataset to read the xml file dim dsReadIncidents as new Dataset() dsReadIncidents(xmlIncidentFile,XmlReadMode.DiffGram) 'When I check the number of tables, there is zero. However, if I do the following without using the DiffGram it works ok, and I can read the xml file and display the table. dsIncidents.WriteXML(xmlIncidentFile) dsReadIncidents(xmlIncidentFile) Now it will read in the xml file. But I need to read in the DiffGram as I need to track changes to the dataset. Can anyone tell me what could be the problem in reading and writing using the DiffGram. Many thanks for any suggestions, Steve

    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