HighTechTalks DotNet Forums  

How to get the raw xml of a DataRow?

Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss How to get the raw xml of a DataRow? in the Dotnet Framework (ADO.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Mehdi Mousavi
 
Posts: n/a

Default How to get the raw xml of a DataRow? - 06-03-2004 , 01:13 AM






Hi folks,
I need to get the raw xml of a specific DataRow (and all of its child
elements) as a string but I've got no idea how this has to be done
*properly*. Any idea would be highly appreciated.

Cheers,
Mehdi



Reply With Quote
  #2  
Old   
Cor Ligthert
 
Posts: n/a

Default Re: How to get the raw xml of a DataRow? - 06-03-2004 , 02:47 AM






Hi Medhi,

Just an idea never tried,

Why not "import" the datarow in a new dataset and than write that new
dataset with
ds.writeXML(mypath)

I hope this works?

Cor



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.