ADO Shape command to return XML

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

Guest

I'd like to be able to utilize the ADO Shape syntax to return XML.

I've seen examples in MSDN that returns an OLEDB DataReader of this hierarchical data..however I'd like the XML out of it.

I've done this in the previous version of ADO, but I haven't figured out how to do this in ADO.NET. Any insight would be appreciated.

Many thanks-
Dan
 
Dan G said:
I'd like to be able to utilize the ADO Shape syntax to return XML.

I've seen examples in MSDN that returns an OLEDB DataReader of this
hierarchical data..however I'd like the XML out of it.
I've done this in the previous version of ADO, but I haven't figured out
how to do this in ADO.NET. Any insight would be appreciated.
Look as the DataSet. It is the successor to all that ADO Shape mess.

David
 

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