read XML out of a DataSet

J

jdperroset

Hi,

I have a SQL server stored procedure returning a XML result (using FOR
XML EXPLICIT clause). Does somebody know how to get the XML string
from an ADO DataSet? I made a TableAdapter to access the stored
procedure and in the design window I can use "Preview Data..." and it
shows me the xml result string. In know I'm near from success, but how
to reach it?

Thanks for your help

J-D
 

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

Top