XML EXPLICIT

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

Guest

Hello,

I have a stored proc that takes two input params and returns xml using the "FOR XML EXPLICIT". I am at a loss how I can read this proc in .Net . I don't want to bind it or use a data grid etc, as its all on the server side. Does anyone know how to read a proc that returns XML ?

Regards

Danny
 
Try the ExecuteXMLReader() of the SQLCommand object.

HTH :)

Hello,

I have a stored proc that takes two input params and returns xml using the
"FOR XML EXPLICIT". I am at a loss how I can read this proc in .Net . I
don't want to bind it or use a data grid etc, as its all on the server side.
Does anyone know how to read a proc that returns XML ?
 

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