READING/MERGING XML DATA



Whew, I've struggled my way through figuring out how to use XML to transport
data..now I can imagine what having a baby is like :)

But, I'm stuck now. I generate the XML (single table, no indexes) and
populate a dataset using READXML. I then merge the contents of that DS (call
it DS1) with a second DS (call it DS2) that I've created on the form that
will be used to process the data transfer. I did that so my SQL would be
generated (I thought I was making my life easier). Well, it turns out that
the row state of the rows in DS2 are set to UNCHANGED after the data from DS1
are merged, so the inserts never happen when I do a DA.UPDATE(DS2). I clear
DS2 before the merge, by the way, so there are no existing rows prior to the
merge.

Any help would be very much appreciated!


.



Relevant Pages

  • Dataset or xml in remoting.
    ... I am having one question related to data transfer in remoting. ... if i use xml for transfer will it be performance improvement over ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: How to parse xml in JS
    ... XML data transfer - but ... Virtually any server side language is able to make remote requests ... With client-side cross-domain handling we have: ...
    (comp.lang.javascript)
  • Re: Need help in a project on PDA
    ... I'll probably use PostgreSQL or MySQL .. ... Thank you for advice, ... I am not sure if I need XML for the data transfer or not, ...
    (comp.lang.php)
  • Re: XML: How to start?
    ... I'd like to learn the XML language ... it's a specification for a syntax to write markup languages of your ... XML Schema and styles). ... information between disparate systems (messages, data transfer, data ...
    (comp.text.xml)