Dataset to XML convertion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

I am converting dataset data's to XML using OutXml property...
I am getting xml. But null value columns are not populated with empty node
I want those columns with Empty Node.
How to populate that??

Thanks in advanc

-Cheer
Ra
 
Hi Rajkuma,
I am converting dataset data's to XML using OutXml property...
I am getting xml. But null value columns are not populated with empty node.
I want those columns with Empty Node.
How to populate that???

Have a look at dataset.writeXML there is writen it is the same as GetXML but
in my opinion it is not..

Cor
 

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