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
 
Back
Top