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

Re: ADO Shape command to return XML by David

David
Wed Jun 16 16:34:21 CDT 2004


"Dan G" <Dan G@discussions.microsoft.com> wrote in message
news:45C3ED34-F656-4395-BE94-804E31E794D8@microsoft.com...
> 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