Re: commonj.sdo.DataObject



On Oct 23, 9:41 pm, John <johnrev...@xxxxxxxxxx> wrote:
I have a data object that I need to update, but can't figure out how
this works. I have a data object that contains XML and I need to just
update the XML data and return the Data object. Can someone please
provide me a snippet of code on how this is done.

Is it a Java (data) object?
Then you should know what methods it has, something like setXML()? Use
that method to set/update XML and return your data object...

Is it XML string?
Just change it...
.



Relevant Pages

  • Re: commonj.sdo.DataObject
    ... I have a data object that contains XML and I need to just ... Is it a Java object? ... I'm new to java so please bare with me. ...
    (comp.lang.java.programmer)
  • TXMLDocument and TTreeView
    ... contents of an XML file. ... again by accessing the Data object, but I can't work out how to do it. ... iNode:= tn.Data^ as IXMLNode; ... I guess this is something to do with the fact that IXMLNode is an ...
    (alt.comp.lang.borland-delphi)
  • Re: Beginner with Questions re: WPF, WCF, LINQ
    ... but the frontend will create a data object from the XML automagically. ... It will actually be XML data, following Microsoft's diffgram XML schema, but for all intents and purposes, it is a dataset. ... The client can call the method that returns a dataset, perhaps passing some parameter values, and assign the return value to a dataset variable. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Beginner with Questions re: WPF, WCF, LINQ
    ... Dave wrote: ... but the frontend will create a data object from the XML automagically. ... It will actually be XML ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Stream.Write / Encoding problem
    ... I would test converting xml string to base64 and sending that then ... request and you at least has a starting point. ... > request stream and write my XML string to it. ...
    (microsoft.public.dotnet.framework)