DataRow to XML

  • Thread starter Thread starter nashak
  • Start date Start date
N

nashak

Hello,

I am creating a datarow (new or existing) in my data-tier and passing
it to my business tier where it is filled with data and then passed
back to data-tier to be inserted into the table.

I need to keep original and updated versions of the datarow in xml
format. Just need the datarow in xml format. So basically I need two
strings - string1 containing data from initial state of datarow and
string2 containing data from updated state of datarow.

I think that xml read/write can only be done via datasets and not via
datarow. Can anyone provide any pointers?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top